Uses of Interface
com.thecoderscorner.menu.remote.commands.MenuCommand
-
Packages that use MenuCommand Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.commands com.thecoderscorner.menu.remote.protocol com.thecoderscorner.menu.remote.udp -
-
Uses of MenuCommand in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote that return MenuCommand Modifier and Type Method Description MenuCommandMenuCommandProtocol. fromChannel(java.nio.ByteBuffer buffer)Retrieves a message from the channel, or throws an exception if the message is not fully formed.Methods in com.thecoderscorner.menu.remote with parameters of type MenuCommand Modifier and Type Method Description voidRemoteConnectorListener. onCommand(RemoteConnector connector, MenuCommand command)Sent by the connector when a message has been decoded.voidRemoteMenuController. sendCommand(MenuCommand command)send a command to the Arduino, normally use the CommandFactory to generate the commandvoidRemoteConnector. sendMenuCommand(MenuCommand msg)Sends a command to the menu library running on the embedded hardware.voidStreamRemoteConnector. sendMenuCommand(MenuCommand msg)Sends a command to the remote with the protocol and usual headers.voidMenuCommandProtocol. toChannel(java.nio.ByteBuffer buffer, MenuCommand cmd)Puts the command specified into the byte buffer, it is assumed that the callee will flip the channel once complete. -
Uses of MenuCommand in com.thecoderscorner.menu.remote.commands
Classes in com.thecoderscorner.menu.remote.commands that implement MenuCommand Modifier and Type Class Description classBootItemMenuCommand<T extends MenuItem,V>classMenuActionBootCommandclassMenuAnalogBootCommandclassMenuBooleanBootCommandclassMenuBootstrapCommandclassMenuChangeCommandclassMenuEnumBootCommandclassMenuFloatBootCommandclassMenuHeartbeatCommandclassMenuJoinCommandclassMenuRemoteBootCommandclassMenuSubBootCommandclassMenuTextBootCommand -
Uses of MenuCommand in com.thecoderscorner.menu.remote.protocol
Methods in com.thecoderscorner.menu.remote.protocol that return MenuCommand Modifier and Type Method Description MenuCommandTagValMenuCommandProtocol. fromChannel(java.nio.ByteBuffer buffer)Methods in com.thecoderscorner.menu.remote.protocol with parameters of type MenuCommand Modifier and Type Method Description voidTagValMenuCommandProtocol. toChannel(java.nio.ByteBuffer buffer, MenuCommand cmd) -
Uses of MenuCommand in com.thecoderscorner.menu.remote.udp
Methods in com.thecoderscorner.menu.remote.udp with parameters of type MenuCommand Modifier and Type Method Description voidUdpRemoteConnector. sendMenuCommand(MenuCommand msg)
-