| 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 |
|---|---|
WriteResponse |
UaClient.write(WriteValue... nodesToWrite)
Write values to the server.
|
AsyncResult<WriteResponse> |
UaClient.writeAsync(WriteValue... nodesToWrite)
Write node attributes to the server asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
IoManager.beginWrite(ServiceContext serviceContext,
WriteValue[] nodesToWrite,
StatusCode[] results,
DiagnosticInfo[] diagnosticInfos)
Called to notify that a Write is beginning.
|
protected void |
IoManager.endWrite(ServiceContext serviceContext,
Object object,
WriteValue[] nodesToWrite,
StatusCode[] results,
DiagnosticInfo[] diagnosticInfos)
Called to notify the end of a Write.
|
| Modifier and Type | Method and Description |
|---|---|
WriteValue |
WriteValue.Builder.build() |
WriteValue |
WriteValue.clone() |
WriteValue[] |
WriteRequest.getNodesToWrite() |
WriteValue[] |
WriteRequest.Builder.getNodesToWrite() |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteRequest.setNodesToWrite(WriteValue[] value) |
WriteRequest.Builder |
WriteRequest.Builder.setNodesToWrite(WriteValue[] value) |
| Constructor and Description |
|---|
WriteRequest(RequestHeader f_requestHeader,
WriteValue[] f_nodesToWrite) |
| Modifier and Type | Method and Description |
|---|---|
WriteResponse |
ChannelService.Write(RequestHeader f_requestHeader,
WriteValue... f_nodesToWrite) |
AsyncResult<WriteResponse> |
ChannelService.WriteAsync(RequestHeader f_requestHeader,
WriteValue... f_nodesToWrite) |
Copyright © 2026. All rights reserved.