DeviceChannel.deviceAddedCallback Property¶
Module: DeviceChannel
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 id3DevicesDeviceChannel_SetDeviceAddedCallback (ID3_DEVICES_DEVICE_CHANNEL hDeviceChannel, id3DevicesPlugAndPlayCallback deviceAddedCallback, void * context)
Returns