Search code examples
javaopc-uamilo

How do I correctly use a multi-dimensional array in Eclipse Milo?


I am writing a simple OpcUa client using milo and want to use multi-dimensional arrays as values. Do I have to create an ExtensionObject to decode my matrix or is there an attribute to store the dimensions in? And if there is such an attribute, how can I access it?

Thanks

Chris


Solution

  • I oversaw the VariableNode.getArrayDimensions() and VariableNode.setArrayDimensions() methods.