USBNotifierOnArrival Method |
Triggers the arrival event
Namespace:
MadWizard.WinUSBNet
Assembly:
WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxprotected void OnArrival(
string devicePath
)
Protected Sub OnArrival (
devicePath As String
)
protected:
void OnArrival(
String^ devicePath
)
Parameters
- devicePath
- Type: SystemString
Device pathname of the device that has been connected
See Also