C# Class LitDev.Engines.OutputReport

Inheritance: Report
显示文件 Open project: litdev1/LitDev Class Usage Examples

Public Methods

Method Description
OutputReport ( HIDDevice oDev ) : System

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

Method Details

OutputReport() public method

Construction. Setup the buffer with the correct output report length dictated by the device
public OutputReport ( HIDDevice oDev ) : System
oDev HIDDevice Creating device
return System