UsbInterfaceDescriptor.ProtocolCode 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 bInterfaceProtocol field of the interface descriptor. The value is a USB-assigned identifier that specifies a USB-defined protocol to which the interface conforms.
public:
property byte ProtocolCode { byte get(); };
byte ProtocolCode();
public byte ProtocolCode { get; }
var byte = usbInterfaceDescriptor.protocolCode;
Public ReadOnly Property ProtocolCode As Byte
Property Value
Byte
byte
A USB-assigned identifier that specifies a USB-defined protocol to which the interface conforms.