| Constructor | Description |
|---|---|
StreamRemoteConnector(MenuCommandProtocol protocol,
ScheduledExecutorService executor) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TagValMenuCommandProtocol |
A protocol implementation that uses tag value pair notation with a few special text items
in order to create messages that can be transmitted.
|
| Modifier and Type | Method | Description |
|---|---|---|
Rs232ControllerBuilder |
Rs232ControllerBuilder.withProtocol(MenuCommandProtocol protocol) |
Optional, defaults to the standard protocol.
|
| Constructor | Description |
|---|---|
Rs232RemoteConnector(String portName,
int baud,
MenuCommandProtocol protocol,
ScheduledExecutorService executor) |
| Modifier and Type | Method | Description |
|---|---|---|
SocketControllerBuilder |
SocketControllerBuilder.withProtocol(MenuCommandProtocol protocol) |
Optional, defaults to the standard protocol.
|
| Constructor | Description |
|---|---|
SocketBasedConnector(ScheduledExecutorService executor,
MenuCommandProtocol protocol,
String remoteHost,
int remotePort) |
| Modifier and Type | Method | Description |
|---|---|---|
UdpControllerBuilder |
UdpControllerBuilder.withProtocol(MenuCommandProtocol protocol) |
Optional, defaults to the standard protocol.
|
| Constructor | Description |
|---|---|
UdpRemoteConnector(ScheduledExecutorService executor,
long flushFreq,
String address,
int port,
MenuCommandProtocol protocol,
short deviceId,
boolean sendAsDevice) |
Copyright © 2018. All rights reserved.