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
)
Sub ReceiveDeviceAttachedNotification (
path As String,
device As Device
)
void ReceiveDeviceAttachedNotification(
String^ path,
Device^ device
)
abstract ReceiveDeviceAttachedNotification :
path : string *
device : Device -> unit
Parameters
- path
- Type: SystemString
usb path of the device - device
- Type: ProScriptDevice
the attached device
See Also