BarcodeReader.deviceClosedCallback Property

Module: BarcodeReader

Type: DeviceSelectedCallback

Definition

Callback function for when a device is closed on this channel.

device_closed_callback: DeviceSelectedCallback

Exceptions

An error has occurred during Devices Library execution.
set deviceClosedCallback(DeviceSelectedCallback value) => setDeviceClosedCallback(value);

Exceptions

An error has occurred during Devices Library execution.
public DeviceSelectedCallback deviceClosedCallback
{
    set => SetdeviceClosedCallback(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public void setDeviceClosedCallback(DeviceSelectedCallback deviceClosedCallback) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesBarcodeReader_SetDeviceClosedCallback (ID3_DEVICES_BARCODE_READER hBarcodeReader, id3DevicesDeviceSelectedCallback deviceClosedCallback, void * context)

Returns

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