LibUsbDotNet 2.2.8
LibUsbDotNet.DeviceNotify.Info Namespace
Library Reference ► LibUsbDotNet.DeviceNotify.Info
|
Contains types that provide detailed information on system-level device events.
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace LibUsbDotNet.DeviceNotify.Info
Namespace LibUsbDotNet.DeviceNotify.Info
namespace LibUsbDotNet.DeviceNotify.Info
Types
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.
|