LibUsbDotNet 2.2.8
Info Property
Library Reference ► LibUsbDotNet ► UsbDevice ► Info
|
Gets the actual device descriptor the the current UsbDevice.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual UsbDeviceInfo Info { get; }
Public Overridable ReadOnly Property Info As UsbDeviceInfo Get
public: virtual property UsbDeviceInfo^ Info { UsbDeviceInfo^ get (); }