次の方法で共有


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

記述子の長さ。

適用対象