DeviceManager.deviceRemovedCallback Property

Module: DeviceManager

Type: PlugAndPlayCallback

Definition

Callback for when a device is removed from the system.

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 static void setDeviceRemovedCallback(PlugAndPlayCallback deviceRemovedCallback) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceManager_SetDeviceRemovedCallback (id3DevicesPlugAndPlayCallback deviceRemovedCallback, void * context)

Returns

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