C# Class NewTOAPIA.OutputReport

Defines a base class for output reports. To use output reports, just put the bytes into the raw buffer.
Inheritance: Report
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
OutputReport ( HidDevice oDev ) : System

Construction. Setup the buffer with the correct output report length dictated by the device

Method Details

OutputReport() public méthode

Construction. Setup the buffer with the correct output report length dictated by the device
public OutputReport ( HidDevice oDev ) : System
oDev HidDevice Creating device
Résultat System