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