BarcodeReader.deviceRemovedCallback Property¶
Module: BarcodeReader
Type: PlugAndPlayCallback
Definition¶
Callback function triggered upon the removal of a device from the channel.
device_removed_callback: PlugAndPlayCallback
Exceptions
An error has occurred during Devices Library execution.
set deviceRemovedCallback(PlugAndPlayCallback value) => setDeviceRemovedCallback(value);
Exceptions
An error has occurred during Devices Library execution.
public PlugAndPlayCallback deviceRemovedCallback
{
set => SetdeviceRemovedCallback(ref value);
}
Exceptions
An error has occurred during Devices Library execution.
public void setDeviceRemovedCallback(PlugAndPlayCallback deviceRemovedCallback) throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesBarcodeReader_SetDeviceRemovedCallback (ID3_DEVICES_BARCODE_READER hBarcodeReader, id3DevicesPlugAndPlayCallback deviceRemovedCallback, void * context)
Returns