Method | Description | |
---|---|---|
InputReport ( |
Construction. Do nothing
|
|
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.
|
public InputReport ( |
||
oDev | Creating device | |
return | System |
public SetData ( byte arrData ) : void | ||
arrData | byte | Raw input report. |
return | void |