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.states -
-
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.MenuCommandStreamRemoteConnector. readCommandFromStream()Methods in com.thecoderscorner.menu.remote with parameters of type MenuCommand Modifier and Type Method Description voidStreamRemoteConnector. notifyListeners(MenuCommand mc)Helper method that notifies all listeners of a new command messagevoidRemoteConnectorListener. onCommand(RemoteConnector connector, MenuCommand command)Sent by the connector when a message has been decoded.protected voidRemoteMenuController. sendCommand(MenuCommand command)Use to send commands directly.voidRemoteConnector. 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>classMenuAcknowledgementCommandclassMenuActionBootCommandclassMenuAnalogBootCommandclassMenuBooleanBootCommandclassMenuBootstrapCommandclassMenuChangeCommandclassMenuDialogCommandclassMenuEnumBootCommandclassMenuFloatBootCommandclassMenuHeartbeatCommandclassMenuJoinCommandclassMenuLargeNumBootCommandclassMenuPairingCommandclassMenuRuntimeListBootCommandclassMenuSubBootCommandclassMenuTextBootCommand -
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.states
Methods in com.thecoderscorner.menu.remote.states that return MenuCommand Modifier and Type Method Description MenuCommandRemoteConnectorContext. readCommandFromStream()Methods in com.thecoderscorner.menu.remote.states with parameters of type MenuCommand Modifier and Type Method Description booleanAwaitingBootstrapState. canSendCommandToRemote(MenuCommand command)booleanBootstrapInProgressState. canSendCommandToRemote(MenuCommand command)booleanConnectionReadyState. canSendCommandToRemote(MenuCommand command)booleanJoinMessageArrivedState. canSendCommandToRemote(MenuCommand command)booleanNoOperationInitialState. canSendCommandToRemote(MenuCommand command)booleanPairingAuthFailedState. canSendCommandToRemote(MenuCommand command)booleanPairingAuthSuccessState. canSendCommandToRemote(MenuCommand command)booleanRemoteConnectorState. canSendCommandToRemote(MenuCommand command)called before any command is sent in order for the state to disallowbooleanSendPairingMessageState. canSendCommandToRemote(MenuCommand command)booleanSerialAwaitFirstMsgState. canSendCommandToRemote(MenuCommand command)booleanSocketAwaitJoinState. canSendCommandToRemote(MenuCommand command)booleanStreamNotConnectedState. canSendCommandToRemote(MenuCommand command)protected booleanBaseMessageProcessingState. checkIfThereIsAnHbEnd(MenuCommand cmd)voidRemoteConnectorContext. notifyListeners(MenuCommand mc)protected booleanAwaitingBootstrapState. processMessage(MenuCommand cmd)protected abstract booleanBaseMessageProcessingState. processMessage(MenuCommand cmd)protected booleanBootstrapInProgressState. processMessage(MenuCommand cmd)protected booleanConnectionReadyState. processMessage(MenuCommand cmd)protected booleanJoinMessageArrivedState. processMessage(MenuCommand cmd)protected booleanSendPairingMessageState. processMessage(MenuCommand cmd)protected booleanSerialAwaitFirstMsgState. processMessage(MenuCommand cmd)protected booleanSocketAwaitJoinState. processMessage(MenuCommand cmd)
-