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