| Package | Description |
|---|---|
| com.thecoderscorner.menu.remote | |
| com.thecoderscorner.menu.remote.commands | |
| com.thecoderscorner.menu.remote.protocol | |
| com.thecoderscorner.menu.remote.rs232 |
| Modifier and Type | Method | Description |
|---|---|---|
MenuCommand |
MenuCommandProtocol.fromChannel(ByteBuffer buffer) |
Retrieves a message from the channel, or throws an exception if the message is not fully formed.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RemoteConnectorListener.onCommand(RemoteConnector connector,
MenuCommand command) |
Sent by the connector when a message has been decoded.
|
void |
RemoteMenuController.sendCommand(MenuCommand command) |
send a command to the Arduino, normally use the CommandFactory to generate the command
|
void |
RemoteConnector.sendMenuCommand(MenuCommand msg) |
Sends a command to the menu library running on the embedded hardware.
|
void |
MenuCommandProtocol.toChannel(ByteBuffer buffer,
MenuCommand cmd) |
Puts the command specified into the byte buffer, it is assumed that the callee will flip the
channel once complete.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BootItemMenuCommand<T extends MenuItem,V> |
|
class |
MenuAnalogBootCommand |
|
class |
MenuBooleanBootCommand |
|
class |
MenuBootstrapCommand |
|
class |
MenuChangeCommand |
|
class |
MenuEnumBootCommand |
|
class |
MenuHeartbeatCommand |
|
class |
MenuJoinCommand |
|
class |
MenuSubBootCommand |
|
class |
MenuTextBootCommand |
| Modifier and Type | Method | Description |
|---|---|---|
MenuCommand |
TagValMenuCommandProtocol.fromChannel(ByteBuffer buffer) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TagValMenuCommandProtocol.toChannel(ByteBuffer buffer,
MenuCommand cmd) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Rs232RemoteConnector.sendMenuCommand(MenuCommand msg) |
Copyright © 2018. All rights reserved.