HIDLib: A managed, general-purpose HID USB interface library for .NET.
GetStringDescriptor Method (StringIndex)
NamespacesBlueNinjaSoftware.HIDLibHIDDeviceGetStringDescriptor(UInt16)
Returns the string descriptor for the specified string index. If the string index is not supported by the device, null/Nothing is returned.
Declaration Syntax
C#Visual BasicVisual C++
public string GetStringDescriptor(
	ushort StringIndex
)
Public Function GetStringDescriptor ( _
	StringIndex As UShort _
) As String
public:
String^ GetStringDescriptor(
	unsigned short StringIndex
)
Parameters
StringIndex (UInt16)

[Missing <param name="StringIndex"/> documentation for "M:BlueNinjaSoftware.HIDLib.HIDDevice.GetStringDescriptor(System.UInt16)"]

Return Value

[Missing <returns> documentation for M:BlueNinjaSoftware.HIDLib.HIDDevice.GetStringDescriptor(System.UInt16)]

Remarks
Note that index 0 always returns the Language ID.

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626