Uses of Package
com.thecoderscorner.menu.remote
-
Classes in com.thecoderscorner.menu.remote used by com.thecoderscorner.menu.remote Class Description ConnectionChangeListener Use this interface to subscribe to connection change events, such as when the underlying connector disconnects or reconnects with hardware.MenuCommandProtocol This is a low level part of the API that most people don't need to deal, implementations will translate commands to and from a given protocol.RemoteConnector This is the base interface implemented by all remote connectors, it provides the means to both send and receive menu commands.RemoteConnectorListener This is the low level, communication listener interface that you implement in order to know when commands have been received from the remote device.RemoteControllerListener This interface is implemented when you wish to receive update events from a RemoteMenuController.RemoteInformation Represents the remote connection details, such as name and version.StreamRemoteConnector.StreamState -
Classes in com.thecoderscorner.menu.remote used by com.thecoderscorner.menu.remote.protocol Class Description MenuCommandProtocol This is a low level part of the API that most people don't need to deal, implementations will translate commands to and from a given protocol. -
Classes in com.thecoderscorner.menu.remote used by com.thecoderscorner.menu.remote.rs232 Class Description MenuCommandProtocol This is a low level part of the API that most people don't need to deal, implementations will translate commands to and from a given protocol.RemoteConnector This is the base interface implemented by all remote connectors, it provides the means to both send and receive menu commands.RemoteMenuController This class manages a single remote connection to an Arduino.StreamRemoteConnector Stream remote connector is the base class for all stream implementations, such as Socket and RS232. -
Classes in com.thecoderscorner.menu.remote used by com.thecoderscorner.menu.remote.socket Class Description MenuCommandProtocol This is a low level part of the API that most people don't need to deal, implementations will translate commands to and from a given protocol.RemoteConnector This is the base interface implemented by all remote connectors, it provides the means to both send and receive menu commands.RemoteMenuController This class manages a single remote connection to an Arduino.StreamRemoteConnector Stream remote connector is the base class for all stream implementations, such as Socket and RS232. -
Classes in com.thecoderscorner.menu.remote used by com.thecoderscorner.menu.remote.udp Class Description ConnectionChangeListener Use this interface to subscribe to connection change events, such as when the underlying connector disconnects or reconnects with hardware.MenuCommandProtocol This is a low level part of the API that most people don't need to deal, implementations will translate commands to and from a given protocol.RemoteConnector This is the base interface implemented by all remote connectors, it provides the means to both send and receive menu commands.RemoteConnectorListener This is the low level, communication listener interface that you implement in order to know when commands have been received from the remote device.RemoteMenuController This class manages a single remote connection to an Arduino.