| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.client.nodes |
Client side implementation classes for the
UaNode model. |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
DataTypeConverter.booleanValue(Object value)
Returns the value of the specified Variant as a boolean.
|
Variant |
DataTypeConverter.convert(Variant value,
Class<?> toClass)
Convert the given Variant value to a new Variant of the DataType specified with the given Java
class.
|
Variant |
DataTypeConverter.convert(Variant value,
NodeId dataTypeId)
Convert the given Variant value to a new Variant of the DataType specified with the given
NodeId.
|
Variant |
DataTypeConverter.convert(Variant value,
UaDataType dataType)
Convert the given Variant value to a new Variant of the specified DataType.
|
protected Object |
DataTypeConverter.convertValue(Object value,
Class<?> fromClass,
Class<?> toClass)
Tries to convert the given value from the given class to another given class.
|
protected Object |
DataTypeConverter.convertVariant(Variant value,
Class<?> fromClass,
Class<?> toClass)
Tries to convert the value of the given Variant from the given class to another given class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UaClient.writeAttribute(ExpandedNodeId nodeId,
UnsignedInteger attributeId,
Object value,
boolean autoConvert)
Write a single attribute value.
|
boolean |
UaClient.writeAttribute(NodeId nodeId,
UnsignedInteger attributeId,
Object value,
boolean autoConvert)
Write a single attribute value.
|
boolean |
UaClient.writeAttribute(UaNodeId nodeId,
UnsignedInteger attributeId,
Object value,
boolean autoConvert)
Write a single attribute value.
|
boolean |
UaClient.writeValue(ExpandedNodeId nodeId,
Object value,
boolean autoConvert)
Write the value attribute of a node.
|
boolean |
UaClient.writeValue(NodeId nodeId,
Object value,
boolean autoConvert)
Write the value attribute of a node.
|
boolean |
UaClient.writeValue(UaNodeId nodeId,
Object value,
boolean autoConvert)
Write the value attribute of a node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UaVariableImpl.writeValue(Object value,
boolean autoConvert)
Writes the value to the variable in the server.
|
Copyright © 2026. All rights reserved.