Click or drag to resize

IDeviceNotificationListenerReceiveDeviceDetachedNotification Method

This is called when a device is removed from the system. The path will always set, the device can be null if there is a problem finding the device in the cache. Don't attempt open the device object, at the point this is called the device has already been removed.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
void ReceiveDeviceDetachedNotification(
	string path,
	Device device
)

Parameters

path
Type: SystemString
usb path of the device
device
Type: ProScriptDevice
device that detached
See Also