C# 클래스 LibUsbDotNet.Descriptors.UsbInterfaceDescriptor

상속: UsbDescriptor
파일 보기 프로젝트 열기: arvydas/BlinkStickDotNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlternateID byte
Class ClassCodeType
EndpointCount byte
InterfaceID byte
Protocol byte
Size int
StringIndex byte
SubClass byte

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a T:System.String that represents the current UsbInterfaceDescriptor.

ToString ( string prefixSeperator, string entitySperator, string suffixSeperator ) : string

Returns a T:System.String that represents the current UsbInterfaceDescriptor.

비공개 메소드들

메소드 설명
UsbInterfaceDescriptor ( ) : System
UsbInterfaceDescriptor ( MonoUsbAltInterfaceDescriptor altInterfaceDescriptor ) : System

메소드 상세

ToString() 공개 메소드

Returns a T:System.String that represents the current UsbInterfaceDescriptor.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Returns a T:System.String that represents the current UsbInterfaceDescriptor.
public ToString ( string prefixSeperator, string entitySperator, string suffixSeperator ) : string
prefixSeperator string The field prefix string.
entitySperator string The field/value seperator string.
suffixSeperator string The value suffix string.
리턴 string

프로퍼티 상세

AlternateID 공개적으로 프로퍼티

Value used to select alternative setting
public byte AlternateID
리턴 byte

Class 공개적으로 프로퍼티

Class Code (Assigned by USB Org)
public ClassCodeType Class
리턴 ClassCodeType

EndpointCount 공개적으로 프로퍼티

Number of Endpoints used for this interface
public byte EndpointCount
리턴 byte

InterfaceID 공개적으로 프로퍼티

Number of Interface
public byte InterfaceID
리턴 byte

Protocol 공개적으로 프로퍼티

Protocol Code (Assigned by USB Org)
public byte Protocol
리턴 byte

Size 공개적으로 정적으로 프로퍼티

Total size of this structure in bytes.
public static int Size
리턴 int

StringIndex 공개적으로 프로퍼티

Index of String Descriptor Describing this interface
public byte StringIndex
리턴 byte

SubClass 공개적으로 프로퍼티

Subclass Code (Assigned by USB Org)
public byte SubClass
리턴 byte