| Package | Description |
|---|---|
| net.solarnetwork.io.modbus |
| Modifier and Type | Method and Description |
|---|---|
ModbusClientConfig |
ModbusClient.getClientConfig()
Get the client configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModbusClientConnectionObserver.connectionClosed(ModbusClient client,
ModbusClientConfig config,
Throwable exception,
boolean willReconnect)
A connection has been closed.
|
void |
ModbusClientConnectionObserver.connectionOpened(ModbusClient client,
ModbusClientConfig config)
A connection has been established.
|