How to correctly work with ExtensionObject and Struct in milo opc ua
问题 I would like to ask how should I work correctly with Struct when I am trying to read some object from opc ua server. I went trough this example and I was able to read the data. But right now I don't know how to correctly read them. Let's imagine I am reading some datastructure including two arrays for x and y values. I tried to do something like this: Float[] x = (Float[])struct.getMember("x").getValue() Float[] y = (Float[])struct.getMember("y").getValue() but I receive exception "Cannot