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,
com.digitalpetri.opcua.stack.core.types.enumerated.TimestampsToReturn timestamps,
List<com.digitalpetri.opcua.stack.core.types.structured.ReadValueId> readValueIds)
Read one or more values from nodes belonging to this
AttributeManager. |
void |
write(AttributeManager.WriteContext context,
List<com.digitalpetri.opcua.stack.core.types.structured.WriteValue> writeValues)
Write one or more values to nodes belonging to this
AttributeManager. |
void read(AttributeManager.ReadContext context, Double maxAge, com.digitalpetri.opcua.stack.core.types.enumerated.TimestampsToReturn timestamps, List<com.digitalpetri.opcua.stack.core.types.structured.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<com.digitalpetri.opcua.stack.core.types.structured.WriteValue> writeValues)
AttributeManager.
Complete the operation with OperationContext.complete(List).
context - the AttributeManager.WriteContext.writeValues - the values to write.Copyright © 2015. All rights reserved.