Interface IHidConnection
public interface IHidConnection
Properties
InputReportSize
int InputReportSize { get; }
Property Value
- int
OutputReportSize
int OutputReportSize { get; }
Property Value
- int
Methods
GetReport()
byte[] GetReport()
Returns
- byte[]
SetReport(byte[])
void SetReport(byte[] report)
Parameters
report
byte[]