Method | Description | |
---|---|---|
ProcessData ( ) : void |
Override this to process the input report into something useful
|
|
SetData ( byte arrData ) : void |
Call this to set the buffer given a raw input report. Calls an overridable method to should automatically parse the bytes into meaningul structures.
|
Method | Description | |
---|---|---|
InputReport ( HIDDevice oDev ) |
Construction. Do nothing
|
protected InputReport ( HIDDevice oDev ) | ||
oDev | HIDDevice | Creating device |
public SetData ( byte arrData ) : void | ||
arrData | byte | Raw input report. |
return | void |