| Package | Description |
|---|---|
| com.thecoderscorner.menu.remote | |
| com.thecoderscorner.menu.remote.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.
|
Copyright © 2018. All rights reserved.