LibUsbDotNet 2.2.8
DeviceDescriptor Property
Library Reference ► LibUsbDotNet.DeviceNotify.Linux ► LinuxUsbDeviceNotifyInfo ► DeviceDescriptor
|
Gets the UsbDeviceDescriptor for the device that caused the event.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public UsbDeviceDescriptor DeviceDescriptor { get; }
Public ReadOnly Property DeviceDescriptor As UsbDeviceDescriptor Get
public: property UsbDeviceDescriptor^ DeviceDescriptor { UsbDeviceDescriptor^ get (); }