UsbDescriptor.Length Property

Definition

Gets the length of the descriptor.

public:
 property byte Length { byte get(); };
byte Length();
public byte Length { get; }
var byte = usbDescriptor.length;
Public ReadOnly Property Length As Byte

Property Value

Byte

byte

The length of the descriptor.

Applies to