MCPcopy
hub / github.com/arduino/Arduino / message

Method message

arduino-core/src/processing/app/Serial.java:235–237  ·  view source on GitHub ↗

This method is intented to be extended to receive messages coming from serial port.

(char[] chars, int length)

Source from the content-addressed store, hash-verified

233 * coming from serial port.
234 */
235 protected void message(char[] chars, int length) {
236 // Empty
237 }
238
239
240 /**

Callers 1

processSerialEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected