| Package | Description |
|---|---|
| net.solarnetwork.io.modbus |
| Modifier and Type | Method | Description |
|---|---|---|
ModbusClientConfig |
ModbusClient.getClientConfig()
Get the client configuration.
|
| Modifier and Type | Method | 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.
|