C# Class LokiProgrammer.HIDCommunicationsChannel

Inheritance: CommunicationsChannel
Afficher le fichier Open project: arachnidlabs/loki Class Usage Examples

Méthodes publiques

Méthode Description
CloseConnection ( ) : void
HIDCommunicationsChannel ( CyUSB.CyHidDevice device ) : System
OpenConnection ( ) : void
ReadData ( byte buffer, int size ) : void
WriteData ( byte buffer, int size ) : void

Method Details

CloseConnection() public méthode

public CloseConnection ( ) : void
Résultat void

HIDCommunicationsChannel() public méthode

public HIDCommunicationsChannel ( CyUSB.CyHidDevice device ) : System
device CyUSB.CyHidDevice
Résultat System

OpenConnection() public méthode

public OpenConnection ( ) : void
Résultat void

ReadData() public méthode

public ReadData ( byte buffer, int size ) : void
buffer byte
size int
Résultat void

WriteData() public méthode

public WriteData ( byte buffer, int size ) : void
buffer byte
size int
Résultat void