Example #1
0
 internal ErrorDetectedEventArgs(ErrorType errorType, Dot dot, long ts, ImageProcessErrorInfo imageProcessErrorInfo)
 {
     ErrorType             = errorType;
     Dot                   = dot;
     Timestamp             = ts;
     ImageProcessErrorInfo = imageProcessErrorInfo;
 }
Example #2
0
 void PenCommV2Callbacks.onErrorDetected(IPenComm sender, ErrorType errorType, long timestamp, Dot dot, string extraData, ImageProcessErrorInfo imageProcessErrorInfo)
 {
 }