StringDescriptor Class
NuGet: GHIElectronics.TinyCLR.Devices.UsbClient
Assembly: GHIElectronics.TinyCLR.Devices.UsbClient
Namespace: GHIElectronics.TinyCLR.Devices.UsbClient
A USB string descriptor.
public class StringDescriptor : Descriptor
Constructors
StringDescriptor(byte index, string theString)
public StringDescriptor(byte index, string theString) : base(index)
Creates a new string descriptor.
Properties
bIndex
public byte bIndex { get; }
The index of the string descriptor.
Fields
sString
public string sString
The string value.