USBNotifier Constructor |
| Name | Description | |
|---|---|---|
| USBNotifier(IntPtr, Guid) |
Constructs a new USBNotifier that will watch for events on
devices matching the given interface GUID. A window handle
is needed since the notifier relies on window messages.
| |
| USBNotifier(IntPtr, String) |
Constructs a new USBNotifier that will watch for events on
devices matching the given interface GUID. A window handle
is needed since the notifier relies on window messages.
| |
| USBNotifier(Control, Guid) |
Constructs a new USBNotifier that will watch for events on
devices matching the given interface GUID. A Windows Forms control
is needed since the notifier relies on window messages.
| |
| USBNotifier(Control, String) |
Constructs a new USBNotifier that will watch for events on
devices matching the given interface GUID. A Windows Forms control
is needed since the notifier relies on window messages.
|