Contains types need for detecting device system-level events under Linux such as the USB device arrival and removal notifications.
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace LibUsbDotNet.DeviceNotify.Linux
Namespace LibUsbDotNet.DeviceNotify.Linux
namespace LibUsbDotNet.DeviceNotify.Linux
Types
All Types | Classes | Enumerations |
Icon | Type | Description |
---|---|---|
LinuxDeviceNotifier |
Creates an instance of the LinuxDeviceNotifier class.
See the IDeviceNotifier interface or OpenDeviceNotifier()()()() method for more information
| |
LinuxDeviceNotifierMode |
Modes the linux device notifier can use to detect notification events.
| |
LinuxDeviceNotifyEventArgs |
Describes the device notify event
| |
LinuxUsbDeviceNotifyInfo | Describes the USB device that caused the notification.
see the IUsbDeviceNotifyInfo inteface for more information.
|