Share via


UsbInterfaceDescriptor.ProtocolCode Property

Definition

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.

Applies to