public interface AttributeManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
AttributeManager.ReadContext |
static class |
AttributeManager.WriteContext |
| Modifier and Type | Method and Description |
|---|---|
void |
read(AttributeManager.ReadContext context,
Double maxAge,
TimestampsToReturn timestamps,
List<ReadValueId> readValueIds)
Read one or more values from nodes belonging to this
AttributeManager. |
void |
write(AttributeManager.WriteContext context,
List<WriteValue> writeValues)
Write one or more values to nodes belonging to this
AttributeManager. |
void read(AttributeManager.ReadContext context, Double maxAge, TimestampsToReturn timestamps, List<ReadValueId> readValueIds)
AttributeManager.
Complete the operation with OperationContext.complete(List).
context - the AttributeManager.ReadContext.maxAge - requested max age.timestamps - requested timestamp values.readValueIds - the values to read.void write(AttributeManager.WriteContext context, List<WriteValue> writeValues)
AttributeManager.
Complete the operation with OperationContext.complete(List).
context - the AttributeManager.WriteContext.writeValues - the values to write.Copyright © 2018. All rights reserved.