Contains types need for detecting device system-level events such as the USB device arrival and removal notifications.
| C# | Visual Basic | Visual C++ |
namespace LibUsbDotNet.DeviceNotify
Namespace LibUsbDotNet.DeviceNotify
namespace LibUsbDotNet.DeviceNotify
| All Types | Classes | Interfaces | Enumerations |
| Icon | Type | Description |
|---|---|---|
| DeviceNotifier |
Platform independent class for linux/windows device notification.
| |
| DeviceNotifyEventArgs |
Describes the device notify event
| |
| DeviceType |
Type of notification device.
| |
| EventType |
Type of notification event.
| |
| IDeviceNotifier |
Notifies an application of a change to the hardware Configuration of a device or
the computer.
| |
| WindowsDeviceNotifier |
Notifies an application of a change to the hardware Configuration of a device or
the computer. See IDeviceNotifier or OpenDeviceNotifier()()()() interface for more information
| |
| WindowsDeviceNotifyEventArgs |
Describes the device notify event
|