Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
CheckDeviceOpen ( ) : void | ||
Device ( |
public BulkRead ( int endpoint, byte bytes ) : void | ||
endpoint | int | |
bytes | byte | |
return | void |
public BulkWrite ( int endpoint, byte bytes ) : void | ||
endpoint | int | |
bytes | byte | |
return | void |
public InterruptRead ( int endpoint, byte bytes ) : void | ||
endpoint | int | |
bytes | byte | |
return | void |
public InterruptWrite ( int endpoint, byte bytes ) : void | ||
endpoint | int | |
bytes | byte | |
return | void |
public SendControlMessage ( int requestType, int request, int val, byte bytes ) : int | ||
requestType | int | |
request | int | |
val | int | |
bytes | byte | |
return | int |