Contains types that provide detailed information on system-level device events.
| C# | Visual Basic | Visual C++ |
namespace LibUsbDotNet.DeviceNotify.Info
Namespace LibUsbDotNet.DeviceNotify.Info
namespace LibUsbDotNet.DeviceNotify.Info
| All Types | Classes | Interfaces |
| Icon | Type | Description |
|---|---|---|
| IPortNotifyInfo | Common interface describing a communication port arrival or removal notification.
| |
| IUsbDeviceNotifyInfo | Common inteface describing USB DEVICE INTERFACE arrival and removal events.
| |
| IVolumeNotifyInfo | Common interface describing a storage volume arrival or removal notification.
| |
| PortNotifyInfo | Notify information for a communication port
| |
| UsbDeviceNotifyInfo | Describes the USB device that caused the notification.
See the IUsbDeviceNotifyInfo inteface for more information.
| |
| VolumeNotifyInfo | Describes the storage volume that caused the notification.
See IVolumeNotifyInfo for more information.
|