I have a OPCua server that consists of an array[1000] of objects (4 x reals, 2 x int, 2 x Enumerators).
I am trying to subscribe to Object[104].real2
I can subscribe currently to object and receive all 1000 objects every time there is an update. But this is way to much information.
I would happily settle for a subscription to object[104] if I could find a easy way to receive the data directly into my own class. Currently all data comes back as a series of bytes.