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, toAddress
public void handleData(IoBuffer data, Map<String,Variant> attributes, Variant timestamp)
handleData
in interface Attribute
public void handleError(Map<String,Variant> attributes)
handleError
in interface Attribute
public void handleWrite(Variant value)
handleWrite
in interface Attribute