BarcodeReader.deviceAddedCallback Property¶
Module: BarcodeReader
Type: PlugAndPlayCallback
Definition¶
Callback invoked when a device is added to the channel.
device_added_callback: PlugAndPlayCallback
Exceptions
An error has occurred during Devices Library execution.
set deviceAddedCallback(PlugAndPlayCallback value) => setDeviceAddedCallback(value);
Exceptions
An error has occurred during Devices Library execution.
public PlugAndPlayCallback deviceAddedCallback
{
set => SetdeviceAddedCallback(ref value);
}
Exceptions
An error has occurred during Devices Library execution.
public void setDeviceAddedCallback(PlugAndPlayCallback deviceAddedCallback) throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesBarcodeReader_SetDeviceAddedCallback (ID3_DEVICES_BARCODE_READER hBarcodeReader, id3DevicesPlugAndPlayCallback deviceAddedCallback, void * context)
Returns