Defines a base class for input reports. To use input reports, use the SetData method and override the ProcessData method.
Inheritance: Report
Example #1
0
 /// <summary>
 /// virtual handler for any action to be taken when data is received. Override to use.
 /// </summary>
 /// <param name="oInRep">The input report that was received</param>
 protected virtual void HandleDataReceived(InputReport oInRep)
 {
 }