JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
com.thecoderscorner.menu.remote.StreamRemoteConnector
Packages that use
StreamRemoteConnector
Package
Description
com.thecoderscorner.menu.remote.rs232
com.thecoderscorner.menu.remote.socket
Uses of
StreamRemoteConnector
in
com.thecoderscorner.menu.remote.rs232
Subclasses of
StreamRemoteConnector
in
com.thecoderscorner.menu.remote.rs232
Modifier and Type
Class
Description
class
Rs232RemoteConnector
This is the R232 connector that can talk to a tcMenu library application running on an embedded Arduino.
Uses of
StreamRemoteConnector
in
com.thecoderscorner.menu.remote.socket
Subclasses of
StreamRemoteConnector
in
com.thecoderscorner.menu.remote.socket
Modifier and Type
Class
Description
class
SocketBasedConnector
A remote connector that will communicate using a client socket.