VideoFile.deviceRemovedCallback Property

Module: VideoFile

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 id3DevicesVideoFile_SetDeviceRemovedCallback (ID3_DEVICES_VIDEO_FILE hVideoFile, id3DevicesPlugAndPlayCallback deviceRemovedCallback, void * context)

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.