public class KeyedModbusLocator<K> extends Object
| 构造器和说明 |
|---|
KeyedModbusLocator(K key,
BaseLocator<?> locator) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
bytesToValue(byte[] data,
int requestOffset) |
int |
getDataType() |
int |
getEndOffset() |
K |
getKey() |
BaseLocator<?> |
getLocator() |
int |
getOffset() |
int |
getRegisterCount() |
SlaveAndRange |
getSlaveAndRange() |
String |
toString() |
public KeyedModbusLocator(K key, BaseLocator<?> locator)
public K getKey()
public BaseLocator<?> getLocator()
public int getDataType()
public int getOffset()
public SlaveAndRange getSlaveAndRange()
public int getEndOffset()
public int getRegisterCount()
public Object bytesToValue(byte[] data, int requestOffset)
Copyright © 2018. All rights reserved.