UsbInterfaceDescriptor.AlternateSettingNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the bAlternateSetting field of the USB interface descriptor. The value is a number that identifies the alternate setting defined by the interface.
public:
property byte AlternateSettingNumber { byte get(); };
byte AlternateSettingNumber();
public byte AlternateSettingNumber { get; }
var byte = usbInterfaceDescriptor.alternateSettingNumber;
Public ReadOnly Property AlternateSettingNumber As Byte
Property Value
Byte
byte
A number that identifies the alternate setting defined by the interface.