public abstract class ModbusValues<T> extends Observable implements Iterable<T>
| Constructor and Description |
|---|
ModbusValues() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
get(int offset) |
abstract int |
getByteCount() |
abstract byte[] |
getBytes() |
abstract int |
getQuantity() |
Iterator<T> |
iterator() |
void |
set(int offset,
T value) |
abstract void |
setBytesBe(byte[] bytes) |
abstract void |
setImpl(int offset,
T value) |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic abstract int getQuantity()
public abstract T get(int offset) throws IllegalDataAddressException
IllegalDataAddressExceptionpublic abstract void setImpl(int offset,
T value)
throws IllegalDataAddressException,
IllegalDataValueException
public abstract int getByteCount()
public abstract byte[] getBytes()
public abstract void setBytesBe(byte[] bytes)
public final void set(int offset,
T value)
throws IllegalDataAddressException,
IllegalDataValueException
Copyright © 2018. All rights reserved.