共用方式為


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

描述項的長度。

適用於