C# Class ICSharpCode.USBlib.Device

Description of Device.
Inheritance: System.IDisposable
Afficher le fichier Open project: roboime/legacy-roboime Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
CheckDeviceOpen ( ) : void
Device ( Descriptor descriptor ) : System

Method Details

BulkRead() public méthode

public BulkRead ( int endpoint, byte bytes ) : void
endpoint int
bytes byte
Résultat void

BulkWrite() public méthode

public BulkWrite ( int endpoint, byte bytes ) : void
endpoint int
bytes byte
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InterruptRead() public méthode

public InterruptRead ( int endpoint, byte bytes ) : void
endpoint int
bytes byte
Résultat void

InterruptWrite() public méthode

public InterruptWrite ( int endpoint, byte bytes ) : void
endpoint int
bytes byte
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SendControlMessage() public méthode

public SendControlMessage ( int requestType, int request, int val, byte bytes ) : int
requestType int
request int
val int
bytes byte
Résultat int