LibUsbDotNet 2.2.8
IUsbDeviceNotifyInfo Interface
Library ReferenceLibUsbDotNet.DeviceNotify.InfoIUsbDeviceNotifyInfo
LibUsbDotNet on SourceForge
Common inteface describing USB DEVICE INTERFACE arrival and removal events.
Declaration Syntax
C#Visual BasicVisual C++
public interface IUsbDeviceNotifyInfo
Public Interface IUsbDeviceNotifyInfo
public interface class IUsbDeviceNotifyInfo
Members
All MembersMethodsProperties



IconMemberDescription
ClassGuid
Gets the Class Guid of the USB device that caused the notification.

IdProduct
Parses and returns the PID from the Name property.

IdVendor
Parses and returns the VID from the Name property.

Name
Gets the full name of the USB device that caused the notification.

SerialNumber
Parses and returns the serial number from the Name property.

SymbolicName
The symbolc name class for this device. For more information, see UsbSymbolicName.

ToString()()()()
Returns a String that represents the current UsbDeviceNotifyInfo.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)