| 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 | |
| com.prosysopc.ua.stack.transport |
This package contains SecureChannel and related interfaces
|
| Modifier and Type | Method and Description |
|---|---|
HistoryReadResult[] |
UaClient.historyRead(HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
Boolean releaseContinuationPoints,
HistoryReadValueId... nodesToRead)
Read history of nodes.
|
AsyncResult<HistoryReadResponse> |
UaClient.historyReadAsync(HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
Boolean releaseContinuationPoints,
HistoryReadValueId... nodesToRead)
Read history of nodes asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
HistoryManager.beginHistoryRead(ServiceContext serviceContext,
HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
Called to notify that a HistoryRead is beginning.
|
protected void |
HistoryManager.endHistoryRead(ServiceContext serviceContext,
Object operationContext,
HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
Called to notify the end of a HistoryRead.
|
default Object |
HistoryManagerListener.onBeginHistoryRead(ServiceContext serviceContext,
HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
Called to notify that a HistoryRead is beginning.
|
default void |
HistoryManagerListener.onEndHistoryRead(ServiceContext serviceContext,
Object operationContext,
HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
Called to notify the end of a HistoryRead.
|
protected void |
ServiceHandler.validateEncoding(HistoryReadValueId historyReadValueId) |
| Modifier and Type | Method and Description |
|---|---|
HistoryReadValueId |
HistoryReadValueId.Builder.build() |
HistoryReadValueId |
HistoryReadValueId.clone() |
HistoryReadValueId[] |
HistoryReadRequest.getNodesToRead() |
HistoryReadValueId[] |
HistoryReadRequest.Builder.getNodesToRead() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryReadRequest.setNodesToRead(HistoryReadValueId[] value) |
HistoryReadRequest.Builder |
HistoryReadRequest.Builder.setNodesToRead(HistoryReadValueId[] value) |
| Constructor and Description |
|---|
HistoryReadRequest(RequestHeader f_requestHeader,
Structure f_historyReadDetails,
TimestampsToReturn f_timestampsToReturn,
Boolean f_releaseContinuationPoints,
HistoryReadValueId[] f_nodesToRead) |
| Modifier and Type | Method and Description |
|---|---|
HistoryReadResponse |
ChannelService.HistoryRead(RequestHeader f_requestHeader,
Structure f_historyReadDetails,
TimestampsToReturn f_timestampsToReturn,
Boolean f_releaseContinuationPoints,
HistoryReadValueId... f_nodesToRead) |
AsyncResult<HistoryReadResponse> |
ChannelService.HistoryReadAsync(RequestHeader f_requestHeader,
Structure f_historyReadDetails,
TimestampsToReturn f_timestampsToReturn,
Boolean f_releaseContinuationPoints,
HistoryReadValueId... f_nodesToRead) |
Copyright © 2026. All rights reserved.