Click or drag to resize

IDeviceNotificationListenerReceiveDeviceAttachedNotification Method

This is called when a new device is added to the system. The path will always be set, the device can be null if there is a problem enumerating the new device.

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

Parameters

path
Type: SystemString
usb path of the device
device
Type: ProScriptDevice
the attached device
See Also