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