Uses of Interface
com.thecoderscorner.menu.remote.states.RemoteConnectorContext
-
Packages that use RemoteConnectorContext Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.rs232 com.thecoderscorner.menu.remote.socket com.thecoderscorner.menu.remote.states -
-
Uses of RemoteConnectorContext in com.thecoderscorner.menu.remote
Classes in com.thecoderscorner.menu.remote that implement RemoteConnectorContext Modifier and Type Class Description classStreamRemoteConnectorStream remote connector is the base class for all stream implementations, such as Socket and RS232. -
Uses of RemoteConnectorContext in com.thecoderscorner.menu.remote.rs232
Classes in com.thecoderscorner.menu.remote.rs232 that implement RemoteConnectorContext Modifier and Type Class Description classRs232RemoteConnectorThis is the R232 connector that can talk to a tcMenu library application running on an embedded Arduino. -
Uses of RemoteConnectorContext in com.thecoderscorner.menu.remote.socket
Classes in com.thecoderscorner.menu.remote.socket that implement RemoteConnectorContext Modifier and Type Class Description classSocketBasedConnectorA remote connector that will communicate using a client socket. -
Uses of RemoteConnectorContext in com.thecoderscorner.menu.remote.states
Fields in com.thecoderscorner.menu.remote.states declared as RemoteConnectorContext Modifier and Type Field Description protected RemoteConnectorContextBaseMessageProcessingState. contextConstructors in com.thecoderscorner.menu.remote.states with parameters of type RemoteConnectorContext Constructor Description AwaitingBootstrapState(RemoteConnectorContext context)BaseMessageProcessingState(RemoteConnectorContext context)BootstrapInProgressState(RemoteConnectorContext context)ConnectionReadyState(RemoteConnectorContext context)JoinMessageArrivedState(RemoteConnectorContext context)NoOperationInitialState(RemoteConnectorContext context)PairingAuthFailedState(RemoteConnectorContext context)PairingAuthSuccessState(RemoteConnectorContext context)SendPairingMessageState(RemoteConnectorContext context)SerialAwaitFirstMsgState(RemoteConnectorContext context)SocketAwaitJoinState(RemoteConnectorContext context)StreamNotConnectedState(RemoteConnectorContext context)
-