Robot Core Documentation
|
The NetworkReceiver interface provides a callback for received data on a network connection. More...
Public Member Functions | |
void | processData (String command) |
The NetworkReceiver interface provides a callback for received data on a network connection.
void robotCore.Network.NetworkReceiver.processData | ( | String | command | ) |
When data is received over the network connection, it is treated as a string. When the newline character is received, the entire string representing this line is sent to the data handler via this function
command | - Specifies the data received |