Uses of Interface
com.thecoderscorner.menu.remote.states.RemoteConnectorContext
Packages that use RemoteConnectorContext
Package
Description
-
Uses of RemoteConnectorContext in com.thecoderscorner.menu.remote
Classes in com.thecoderscorner.menu.remote that implement RemoteConnectorContextModifier and TypeClassDescriptionclassStream 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 RemoteConnectorContextModifier and TypeClassDescriptionclassThis 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 RemoteConnectorContextModifier and TypeClassDescriptionclassA 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 RemoteConnectorContextModifier and TypeFieldDescriptionprotected RemoteConnectorContextBaseMessageProcessingState.contextConstructors in com.thecoderscorner.menu.remote.states with parameters of type RemoteConnectorContextModifierConstructorDescriptionAwaitingBootstrapState(RemoteConnectorContext context)protectedConnectionReadyState(RemoteConnectorContext context)PairingAuthFailedState(RemoteConnectorContext context)SocketAwaitJoinState(RemoteConnectorContext context)