| 程序包 | 说明 |
|---|---|
| com.serotonin.modbus4j |
| 限定符和类型 | 方法和说明 |
|---|---|
<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,
Object value) |
Copyright © 2018. All rights reserved.