9 references to OnError
Arduino (9)
ArduinoBoard.cs (2)
446_firmata.OnError += FirmataOnError; 907_firmata.OnError -= FirmataOnError;
FirmataDevice.cs (7)
196OnError?.Invoke(_lastRawLine.ToString().Trim(), null); 300OnError?.Invoke("The device was unexpectedly reset. Please restart the communication.", null); 406OnError?.Invoke(message2, null); 410OnError?.Invoke(message1, null); 769OnError?.Invoke($"Firmata protocol error: Parser exception {ex.Message}", ex); 906OnError?.Invoke("Timeout waiting for answer. Retries possible.", x); 1602OnError = null;