C# Class Mirror.UsbLibrary.OutputReport

Defines a base class for output reports. To use output reports, just put the bytes into the raw buffer.
Inheritance: Report
Show file Open project: suan/mirlite Class Usage Examples

Protected Methods

Method Description
OutputReport ( HIDDevice oDev )

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

Method Details

OutputReport() protected method

Construction. Setup the buffer with the correct output report length dictated by the device.
protected OutputReport ( HIDDevice oDev )
oDev HIDDevice Creating device