DeviceChannel.deviceClosedCallback Property¶
Module: DeviceChannel
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 id3DevicesDeviceChannel_SetDeviceClosedCallback (ID3_DEVICES_DEVICE_CHANNEL hDeviceChannel, id3DevicesDeviceSelectedCallback deviceClosedCallback, void * context)
Returns