C# Class Mirror.UsbLibrary.Report

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

Méthodes protégées

Méthode Description
Report ( HIDDevice device )

Constructor

SetBuffer ( byte arrBytes ) : void

Sets the raw byte array.

Method Details

Report() protected méthode

Constructor
protected Report ( HIDDevice device )
device HIDDevice Constructing device

SetBuffer() protected méthode

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