C# Class USBHIDTest.Report

Base class for report types. Simply wraps a byte buffer.
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
Report ( HIDDevice oDev ) : System

Constructor

Méthodes protégées

Méthode Description
SetBuffer ( byte arrBytes ) : void

Sets the raw byte array.

Method Details

Report() public méthode

Constructor
public Report ( HIDDevice oDev ) : System
oDev HIDDevice Constructing device
Résultat System

SetBuffer() protected méthode

Sets the raw byte array.
protected SetBuffer ( byte arrBytes ) : void
arrBytes byte Raw report bytes
Résultat void