| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.core |
| Modifier and Type | Method and Description |
|---|---|
HistoryModifiedData |
UaClient.historyReadModified(NodeId nodeId,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads Modified values from the history.
|
| Modifier and Type | Method and Description |
|---|---|
default Object |
HistoryManagerListener.onReadModified(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
HistoryModifiedData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
protected Object |
HistoryManager.readModified(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
HistoryModifiedData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
| Modifier and Type | Method and Description |
|---|---|
HistoryModifiedData |
HistoryModifiedData.Builder.build() |
HistoryModifiedData |
HistoryModifiedData.clone() |
Copyright © 2026. All rights reserved.