| Package | Description |
|---|---|
| com.serotonin.modbus4j |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ModbusMaster.getValue(BaseLocator<T> locator)
Returns a value from the modbus network according to the given locator information.
|
<K> BatchResults<K> |
ModbusMaster.send(BatchRead<K> batch)
Useful for sending a number of polling commands at once, or at least in as optimal a batch as possible.
|
<T> void |
ModbusMaster.setValue(BaseLocator<T> locator,
java.lang.Object value)
Sets the given value in the modbus network according to the given locator information.
|
Copyright © 2014 Infinite Automation Systems. All Rights Reserved.