public class DoubleIntegerAttribute extends AbstractAttribute implements Attribute
block, name, offset| Constructor and Description |
|---|
DoubleIntegerAttribute(String name,
int index,
ByteOrder order,
boolean enableTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleData(IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
handleError(Map<String,Variant> attributes) |
void |
handleWrite(Variant value) |
getName, start, stop, toAddresspublic void handleData(IoBuffer data, Map<String,Variant> attributes, Variant timestamp)
handleData in interface Attributepublic void handleError(Map<String,Variant> attributes)
handleError in interface Attributepublic void handleWrite(Variant value)
handleWrite in interface Attribute