| Package | Description |
|---|---|
| com.thecoderscorner.menu.remote | |
| com.thecoderscorner.menu.remote.rs232 | |
| com.thecoderscorner.menu.remote.socket | |
| com.thecoderscorner.menu.remote.udp |
| Modifier and Type | Class | Description |
|---|---|---|
class |
StreamRemoteConnector |
Stream remote connector is the base class for all stream implementations, such as Socket and RS232.
|
| Modifier and Type | Method | Description |
|---|---|---|
RemoteConnector |
RemoteMenuController.getConnector() |
get the underlying connectivity, rarely needed
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ConnectionChangeListener.connectionChange(RemoteConnector connector,
boolean connected) |
Called by the connector upon state change
|
void |
RemoteConnectorListener.onCommand(RemoteConnector connector,
MenuCommand command) |
Sent by the connector when a message has been decoded.
|
| Constructor | Description |
|---|---|
RemoteMenuController(RemoteConnector connector,
MenuTree managedMenu,
ScheduledExecutorService executor,
String localName,
java.time.Clock clock,
int heartbeatFrequency) |
| 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.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SocketBasedConnector |
| Modifier and Type | Class | Description |
|---|---|---|
class |
UdpRemoteConnector |
EXPERIMENTAL: DO NOT USE AT THE MOMENT
|
Copyright © 2018. All rights reserved.