C# Class NewTOAPIA.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