C# 클래스 LibUsbDotNet.Descriptors.UsbEndpointDescriptor

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

공개 프로퍼티들

프로퍼티 타입 설명
Attributes byte
EndpointID byte
Interval byte
MaxPacketSize short
Refresh byte
Size int
SynchAddress byte

공개 메소드들

메소드 설명
ToString ( ) : string

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

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

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

비공개 메소드들

메소드 설명
UsbEndpointDescriptor ( ) : System
UsbEndpointDescriptor ( MonoUsbEndpointDescriptor descriptor ) : System

메소드 상세

ToString() 공개 메소드

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

ToString() 공개 메소드

Returns a T:System.String that represents the current UsbEndpointDescriptor.
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

프로퍼티 상세

Attributes 공개적으로 프로퍼티

Bits 0..1 Transfer Type 00 = Control 01 = Isochronous 10 = Bulk 11 = Interrupt Bits 2..7 are reserved. If Isochronous endpoint, Bits 3..2 = Synchronisation Type (Iso Mode) 00 = No Synchonisation 01 = Asynchronous 10 = Adaptive 11 = Synchronous Bits 5..4 = Usage Type (Iso Mode) 00 = Data Endpoint 01 = Feedback Endpoint 10 = Explicit Feedback Data Endpoint 11 = Reserved
public byte Attributes
리턴 byte

EndpointID 공개적으로 프로퍼티

Endpoint Address Bits 0..3b Endpoint Number. Bits 4..6b Reserved. Set to Zero Bits 7 Direction 0 = Out, 1 = In (Ignored for Control Endpoints)
public byte EndpointID
리턴 byte

Interval 공개적으로 프로퍼티

Interval for polling endpoint data transfers. Value in frame counts. Ignored for Bulk and Control Endpoints. Isochronous must equal 1 and field may range from 1 to 255 for interrupt endpoints.
public byte Interval
리턴 byte

MaxPacketSize 공개적으로 프로퍼티

Maximum Packet Size this endpoint is capable of sending or receiving
public short MaxPacketSize
리턴 short

Refresh 공개적으로 프로퍼티

Audio endpoint specific.
public byte Refresh
리턴 byte

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

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

SynchAddress 공개적으로 프로퍼티

Audio endpoint specific.
public byte SynchAddress
리턴 byte