| 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 |
|---|---|
AsyncResult<HistoryReadResponse> |
UaClient.historyReadAsync(HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
Boolean releaseContinuationPoints,
HistoryReadValueId... nodesToRead)
Read history of nodes asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AttributeServiceHandler.historyRead(ServiceContext serviceContext,
HistoryReadRequest request,
HistoryReadResponse response)
Handle the onHistoryRead service call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeServiceHandler.onHistoryRead(EndpointServiceRequest<HistoryReadRequest,HistoryReadResponse> req) |
| Modifier and Type | Method and Description |
|---|---|
HistoryReadResponse |
HistoryReadResponse.Builder.build() |
HistoryReadResponse |
HistoryReadResponse.clone() |
| Modifier and Type | Method and Description |
|---|---|
HistoryReadResponse |
ChannelService.HistoryRead(HistoryReadRequest req) |
HistoryReadResponse |
ChannelService.HistoryRead(RequestHeader f_requestHeader,
Structure f_historyReadDetails,
TimestampsToReturn f_timestampsToReturn,
Boolean f_releaseContinuationPoints,
HistoryReadValueId... f_nodesToRead) |
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<HistoryReadResponse> |
ChannelService.HistoryReadAsync(HistoryReadRequest req) |
AsyncResult<HistoryReadResponse> |
ChannelService.HistoryReadAsync(RequestHeader f_requestHeader,
Structure f_historyReadDetails,
TimestampsToReturn f_timestampsToReturn,
Boolean f_releaseContinuationPoints,
HistoryReadValueId... f_nodesToRead) |
Copyright © 2026. All rights reserved.