BarcodeReader.deviceOpenedCallback Property¶
Module: BarcodeReader
Type: DeviceSelectedCallback
Definition¶
Callback that is called when a device is opened on this channel.
device_opened_callback: DeviceSelectedCallback
Exceptions
An error has occurred during Devices Library execution.
set deviceOpenedCallback(DeviceSelectedCallback value) => setDeviceOpenedCallback(value);
Exceptions
An error has occurred during Devices Library execution.
public DeviceSelectedCallback deviceOpenedCallback
{
set => SetdeviceOpenedCallback(ref value);
}
Exceptions
An error has occurred during Devices Library execution.
public void setDeviceOpenedCallback(DeviceSelectedCallback deviceOpenedCallback) throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesBarcodeReader_SetDeviceOpenedCallback (ID3_DEVICES_BARCODE_READER hBarcodeReader, id3DevicesDeviceSelectedCallback deviceOpenedCallback, void * context)
Returns