Uses of Interface
com.thecoderscorner.menu.remote.MenuCommandProtocol
-
-
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote
Constructors in com.thecoderscorner.menu.remote with parameters of type MenuCommandProtocol Constructor Description StreamRemoteConnector(MenuCommandProtocol protocol, java.util.concurrent.ScheduledExecutorService executor) -
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote.protocol
Classes in com.thecoderscorner.menu.remote.protocol that implement MenuCommandProtocol Modifier and Type Class Description classTagValMenuCommandProtocolA protocol implementation that uses tag value pair notation with a few special text items in order to create messages that can be transmitted. -
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote.rs232
Methods in com.thecoderscorner.menu.remote.rs232 with parameters of type MenuCommandProtocol Modifier and Type Method Description Rs232ControllerBuilderRs232ControllerBuilder. withProtocol(MenuCommandProtocol protocol)Optional, defaults to the standard protocol.Constructors in com.thecoderscorner.menu.remote.rs232 with parameters of type MenuCommandProtocol Constructor Description Rs232RemoteConnector(java.lang.String portName, int baud, MenuCommandProtocol protocol, java.util.concurrent.ScheduledExecutorService executor) -
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote.socket
Methods in com.thecoderscorner.menu.remote.socket with parameters of type MenuCommandProtocol Modifier and Type Method Description SocketControllerBuilderSocketControllerBuilder. withProtocol(MenuCommandProtocol protocol)Optional, defaults to the standard protocol.Constructors in com.thecoderscorner.menu.remote.socket with parameters of type MenuCommandProtocol Constructor Description SocketBasedConnector(java.util.concurrent.ScheduledExecutorService executor, MenuCommandProtocol protocol, java.lang.String remoteHost, int remotePort) -
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote.udp
Methods in com.thecoderscorner.menu.remote.udp with parameters of type MenuCommandProtocol Modifier and Type Method Description UdpControllerBuilderUdpControllerBuilder. withProtocol(MenuCommandProtocol protocol)Optional, defaults to the standard protocol.Constructors in com.thecoderscorner.menu.remote.udp with parameters of type MenuCommandProtocol Constructor Description UdpRemoteConnector(java.util.concurrent.ScheduledExecutorService executor, long flushFreq, java.lang.String address, int port, MenuCommandProtocol protocol, short deviceId, boolean sendAsDevice)
-