bIndex Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Holds the descriptor's index.

Namespace:  Microsoft.SPOT.Hardware.UsbClient
Assembly:  Microsoft.SPOT.Hardware.Usb (in Microsoft.SPOT.Hardware.Usb.dll)

Syntax

'Declaration
Public ReadOnly Property bIndex As Byte
public byte bIndex { get; }
public:
property unsigned char bIndex {
    unsigned char get ();
}
member bIndex : byte
function get bIndex () : byte

Property Value

Type: System. . :: . .Byte
The descriptor's index value.

.NET Framework Security

See Also

Reference

Configuration. . :: . .StringDescriptor Class

Microsoft.SPOT.Hardware.UsbClient Namespace