C# 클래스 LibUsbDotNet.LudnMonoLibUsb.MonoUsbEndpointWriter

Implements mono-linux libusb 1.x methods for writing to methods for writing data to a EndpointType.Bulk or EndpointType.Interrupt endpoints.
상속: UsbEndpointWriter
파일 보기 프로젝트 열기: arvydas/BlinkStickDotNet 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Frees resources associated with the endpoint. Once disposed this class cannot be used.

Flush ( ) : bool

This method has no effect on write endpoints, andalways returs true.

Reset ( ) : bool

Cancels pending transfers and clears the halt condition on an enpoint.

비공개 메소드들

메소드 설명
CreateTransferContext ( ) : UsbTransfer
MonoUsbEndpointWriter ( UsbDevice usbDevice, WriteEndpointID writeEndpointID, EndpointType endpointType ) : System

메소드 상세

Dispose() 공개 메소드

Frees resources associated with the endpoint. Once disposed this class cannot be used.
public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

This method has no effect on write endpoints, andalways returs true.
public Flush ( ) : bool
리턴 bool

Reset() 공개 메소드

Cancels pending transfers and clears the halt condition on an enpoint.
public Reset ( ) : bool
리턴 bool