C# Class Mirror.UsbLibrary.Report

Base class for report types. Simply wraps a byte buffer.
Show file Open project: suan/mirlite

Protected Methods

Method Description
Report ( HIDDevice device )

Constructor

SetBuffer ( byte arrBytes ) : void

Sets the raw byte array.

Method Details

Report() protected method

Constructor
protected Report ( HIDDevice device )
device HIDDevice Constructing device

SetBuffer() protected method

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