SignaturePad.deviceStatusChangedCallback Property¶
Module: SignaturePad
Type: DeviceCaptureStatusChangedCallback
Definition¶
Callback invoked when the device’s status changes, such as when the device is opened, closed, or starts live capture.
This allows the application to react appropriately to changes in the device state.
device_status_changed_callback: DeviceCaptureStatusChangedCallback
Exceptions
An error has occurred during Devices Library execution.
set deviceStatusChangedCallback(DeviceCaptureStatusChangedCallback value) => setDeviceStatusChangedCallback(value);
Exceptions
An error has occurred during Devices Library execution.
public DeviceCaptureStatusChangedCallback deviceStatusChangedCallback
{
set => SetdeviceStatusChangedCallback(ref value);
}
Exceptions
An error has occurred during Devices Library execution.
public void setDeviceStatusChangedCallback(DeviceCaptureStatusChangedCallback deviceStatusChangedCallback) throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_SetDeviceStatusChangedCallback (ID3_DEVICES_SIGNATURE_PAD hSignaturePad, id3DevicesDeviceCaptureStatusChangedCallback deviceStatusChangedCallback, void * context)
Returns