Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
LibUsbDotNet
Descriptors
UsbDescriptor
C# 클래스 LibUsbDotNet.Descriptors.UsbDescriptor
파일 보기
프로젝트 열기: arvydas/BlinkStickDotNet
공개 프로퍼티들
프로퍼티
타입
설명
DescriptorType
DescriptorType
Length
byte
Size
int
ToStringFieldSeperator
string
ToStringParamValueSeperator
string
공개 메소드들
메소드
설명
ToString
( ) :
string
String representation of the UsbDescriptor class.
메소드 상세
ToString()
공개
메소드
String representation of the UsbDescriptor class.
public
ToString
( ) :
string
리턴
string
프로퍼티 상세
DescriptorType
공개적으로 프로퍼티
Type of structure reported by the associated usb device.
public
DescriptorType
DescriptorType
리턴
DescriptorType
Length
공개적으로 프로퍼티
Length of structure reported by the associated usb device.
public
byte
Length
리턴
byte
Size
공개적으로 정적으로 프로퍼티
Total size of this structure in bytes.
public
static
int
Size
리턴
int
ToStringFieldSeperator
공개적으로 정적으로 프로퍼티
String value used to seperate the name/value groups for all ToString overloads of the descriptor classes.
public
static
string
ToStringFieldSeperator
리턴
string
ToStringParamValueSeperator
공개적으로 정적으로 프로퍼티
String value used to seperate the name/value pairs for all ToString overloads of the descriptor classes.
public
static
string
ToStringParamValueSeperator
리턴
string