UsbDescriptor.Length 属性

定义

获取描述符的长度。

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

属性值

Byte

byte

描述符的长度。

适用于