C# 클래스 ICSharpCode.USBlib.Device

Description of Device.
상속: System.IDisposable
파일 보기 프로젝트 열기: roboime/legacy-roboime 1 사용 예제들

공개 메소드들

메소드 설명
BulkRead ( int endpoint, byte bytes ) : void
BulkWrite ( int endpoint, byte bytes ) : void
Close ( ) : void
Dispose ( ) : void
InterruptRead ( int endpoint, byte bytes ) : void
InterruptWrite ( int endpoint, byte bytes ) : void
Reset ( ) : void
SendControlMessage ( int requestType, int request, int val, byte bytes ) : int

비공개 메소드들

메소드 설명
CheckDeviceOpen ( ) : void
Device ( Descriptor descriptor ) : System

메소드 상세

BulkRead() 공개 메소드

public BulkRead ( int endpoint, byte bytes ) : void
endpoint int
bytes byte
리턴 void

BulkWrite() 공개 메소드

public BulkWrite ( int endpoint, byte bytes ) : void
endpoint int
bytes byte
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InterruptRead() 공개 메소드

public InterruptRead ( int endpoint, byte bytes ) : void
endpoint int
bytes byte
리턴 void

InterruptWrite() 공개 메소드

public InterruptWrite ( int endpoint, byte bytes ) : void
endpoint int
bytes byte
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SendControlMessage() 공개 메소드

public SendControlMessage ( int requestType, int request, int val, byte bytes ) : int
requestType int
request int
val int
bytes byte
리턴 int