ExtendedCamera.deviceRemovedCallback Property¶
Module: ExtendedCamera
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 id3DevicesExtendedCamera_SetDeviceRemovedCallback (ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera, id3DevicesPlugAndPlayCallback deviceRemovedCallback, void * context)
Returns