LibUsbDotNet 2.2.8
UsbDeviceInfo Class
Library Reference ► LibUsbDotNet.Info ► UsbDeviceInfo
|
Contains USB device descriptor information.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class UsbDeviceInfo
Public Class UsbDeviceInfo
public ref class UsbDeviceInfo
Members
All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
CurrentCultureLangID |
Request all available languages from the USB device (string index 0) and return the most appropriate LCID given the current operating systems locale settings. See System.Globalization.CultureInfo.CurrentCulture.LCID.
|
|
Descriptor |
The raw UsbDeviceDescriptor for the current UsbDevice.
|
|
ManufacturerString |
Gets the string representation of the ManufacturerStringIndex string index.
|
|
ProductString |
Gets the string representation of the ProductStringIndex string index.
|
|
SerialString |
Gets the string representation of the SerialStringIndex string index.
|
|
ToString()()()() |
Returns a String that represents the current UsbInterfaceInfo.
(Overrides Object.ToString()()()().) |
|
ToString(String, String, String) |
Returns a String that represents the current UsbInterfaceInfo.
|
Inheritance Hierarchy
Object | |
UsbDeviceInfo |