BarcodeReader.deviceStatusChangedCallback Property

Module: BarcodeReader

Type: DeviceCaptureStatusChangedCallback

Definition

Callback invoked when the device’s status changes, such as opening, closing, or starting live capture.

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 id3DevicesBarcodeReader_SetDeviceStatusChangedCallback (ID3_DEVICES_BARCODE_READER hBarcodeReader, id3DevicesDeviceCaptureStatusChangedCallback deviceStatusChangedCallback, void * context)

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.