public interface AttributeHistoryServices
| Modifier and Type | Interface and Description |
|---|---|
static class |
AttributeHistoryServices.HistoryReadContext |
static class |
AttributeHistoryServices.HistoryUpdateContext |
| Modifier and Type | Method and Description |
|---|---|
default void |
historyRead(AttributeHistoryServices.HistoryReadContext context,
HistoryReadDetails readDetails,
TimestampsToReturn timestamps,
List<HistoryReadValueId> readValueIds)
Read history values from nodes belonging to this
AttributeHistoryServices. |
default void |
historyUpdate(AttributeHistoryServices.HistoryUpdateContext context,
List<HistoryUpdateDetails> updateDetails)
Update history values in nodes belonging to this
AttributeHistoryServices. |
default void historyRead(AttributeHistoryServices.HistoryReadContext context, HistoryReadDetails readDetails, TimestampsToReturn timestamps, List<HistoryReadValueId> readValueIds)
AttributeHistoryServices.
Complete the operation with AsyncOperationContext.success(Object).
context - the AttributeHistoryServices.HistoryReadContext.timestamps - requested timestamp values.readValueIds - the values to read.default void historyUpdate(AttributeHistoryServices.HistoryUpdateContext context, List<HistoryUpdateDetails> updateDetails)
AttributeHistoryServices.
Complete the operation with AsyncOperationContext.success(Object).
context - the AttributeHistoryServices.HistoryUpdateContext.updateDetails - the values to read.Copyright © 2021. All rights reserved.