LibUsbDotNet 2.2.8
Descriptor Property
Library Reference ► LibUsbDotNet.Info ► UsbDeviceInfo ► Descriptor
|
The raw UsbDeviceDescriptor for the current UsbDevice.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public UsbDeviceDescriptor Descriptor { get; }
Public ReadOnly Property Descriptor As UsbDeviceDescriptor Get
public: property UsbDeviceDescriptor^ Descriptor { UsbDeviceDescriptor^ get (); }