- sendReceive(String, long) - Method in class sila_java.library.communication.SynchronousCommunication
-
Send and Receive Messages over Serial Port synchronously
- sendReceiveSingleLine(String, long) - Method in class sila_java.library.communication.SynchronousCommunication
-
Send and Receive Messages when a single line response is expected
- SerialCommunication - Class in sila_java.library.communication.socket
-
Implementation for a Serial Communication Socket (e.g.
- SerialCommunication() - Constructor for class sila_java.library.communication.socket.SerialCommunication
-
Serial Communication Constructor
- SerialCommunication(String) - Constructor for class sila_java.library.communication.socket.SerialCommunication
-
Serial Communication Constructor
- sila_java.library.communication - package sila_java.library.communication
-
- sila_java.library.communication.socket - package sila_java.library.communication.socket
-
- sila_java.library.communication.utils - package sila_java.library.communication.utils
-
- startHeartbeat(int, Supplier<Boolean>) - Method in class sila_java.library.communication.SynchronousCommunication
-
Start Heartbeat that probes the connection and reestablishes it
- SynchronousCommunication - Class in sila_java.library.communication
-
Serial Communication Class
Keeps connection alive and synchronises send & receive calls.
- SynchronousCommunication.Builder - Class in sila_java.library.communication
-
Builder
- SynchronousCommunication.CheckResultInterface - Interface in sila_java.library.communication
-
Check result interface