OpcUaVariableTypeDescription (STRUCT)ΒΆ

TYPE OpcUaVariableTypeDescription : STRUCT

InOut:

Name

Type

Comment

dataType

OpcUa_NodeId

[m]: NodeID of the data type node.

i32ValueRank

OpcUa_Int32

[m]: ValueRank of the value.

isAbstract

OpcUa_Boolean

[m]: Flag if is an abstract VariableType.

bValueSet

OpcUa_Boolean

Flag if a template value is available.

value

OpcUa_Variant

[o]: Value if available.

bArrayDimensionsSet

OpcUa_Boolean

Flag if the array dimension is set.

arrayDimensions

OpcUa_Variant

[o]: Description of the array dimensions. Mandatory if the ValueRank is not Scalar.