다음을 통해 공유


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

설명자의 길이입니다.

적용 대상