Class to handle insertion and removal of USB devices
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static class USBDeviceDetect
Public NotInheritable Class USBDeviceDetect
public ref class USBDeviceDetect abstract sealed
Members
All Members | Methods | Events | |||
Icon | Member | Description |
---|---|---|
DeviceConnected |
Event to notify on device connection
| |
DeviceConnectedOrDisconnected |
Event to notify on either device change event
| |
DeviceDisconnected |
Event to notify on device removal
| |
Start()()() |
Start management of device insertion removal notification
| |
Stop()()() |
End management of device insertion removal notification
Should be called prior to application exit or a COM exception will be thrown
|
Inheritance Hierarchy
Object | |
USBDeviceDetect |