Class to handle insertion and removal of USB devices
| C# | Visual Basic | Visual C++ |
public static class USBDeviceDetect
Public NotInheritable Class USBDeviceDetect
public ref class USBDeviceDetect abstract sealed
| 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
|
| Object | |
| USBDeviceDetect | |