| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.stack.core |
| Modifier and Type | Method and Description |
|---|---|
HistoryReadResult[] |
UaClient.historyRead(HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
Boolean releaseContinuationPoints,
HistoryReadValueId... nodesToRead)
Read history of nodes.
|
HistoryReadResult[] |
UaClient.historyReadAtTimes(NodeId[] nodeIds,
DateTime[] reqTimes,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
Boolean useSimpleBounds)
Reads history at specified times.
|
HistoryReadResult[] |
UaClient.historyReadEvents(NodeId[] nodeIds,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
EventFilter filter,
TimestampsToReturn timestampsToReturn)
Reads events from history.
|
HistoryReadResult[] |
UaClient.historyReadModified(NodeId[] nodeIds,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads Modified values from the history.
|
HistoryReadResult[] |
UaClient.historyReadProcessed(NodeId[] nodeIds,
DateTime startTime,
DateTime endTime,
Double processingInterval,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads processed history data.
|
HistoryReadResult[] |
UaClient.historyReadRaw(NodeId[] nodeIds,
DateTime startTime,
DateTime endTime,
long numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads raw history data.
|
| Modifier and Type | Method and Description |
|---|---|
HistoryReadResult |
HistoryReadResult.Builder.build() |
HistoryReadResult |
HistoryReadResult.clone() |
HistoryReadResult[] |
HistoryReadResponse.getResults() |
HistoryReadResult[] |
HistoryReadResponse.Builder.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryReadResponse.setResults(HistoryReadResult[] value) |
HistoryReadResponse.Builder |
HistoryReadResponse.Builder.setResults(HistoryReadResult[] value) |
| Constructor and Description |
|---|
HistoryReadResponse(ResponseHeader f_responseHeader,
HistoryReadResult[] f_results,
DiagnosticInfo[] f_diagnosticInfos) |
Copyright © 2026. All rights reserved.