| 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 |
|---|---|
ReadResponse |
UaClient.read(Double maxAge,
TimestampsToReturn timestampsToReturn,
ReadValueId... nodesToRead)
This Service is used to read one or more Attributes of one or more Nodes.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<ReadResponse> |
UaClient.readAsync(Double maxAge,
TimestampsToReturn timestampsToReturn,
ReadValueId... nodesToRead)
Read node attributes from the server asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AttributeServiceHandler.read(ServiceContext serviceContext,
ReadRequest request,
ReadResponse response)
Handle the onRead service call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeServiceHandler.onRead(EndpointServiceRequest<ReadRequest,ReadResponse> req) |
| Modifier and Type | Method and Description |
|---|---|
ReadResponse |
ReadResponse.Builder.build() |
ReadResponse |
ReadResponse.clone() |
| Modifier and Type | Method and Description |
|---|---|
ReadResponse |
ChannelService.Read(ReadRequest req) |
ReadResponse |
ChannelService.Read(RequestHeader f_requestHeader,
Double f_maxAge,
TimestampsToReturn f_timestampsToReturn,
ReadValueId... f_nodesToRead) |
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<ReadResponse> |
ChannelService.ReadAsync(ReadRequest req) |
AsyncResult<ReadResponse> |
ChannelService.ReadAsync(RequestHeader f_requestHeader,
Double f_maxAge,
TimestampsToReturn f_timestampsToReturn,
ReadValueId... f_nodesToRead) |
Copyright © 2026. All rights reserved.