Replies: 2 comments 4 replies
-
What is you issue exactly? You receive an Extension Object instead of you custom struct? Also use asyncua sync wrapper it is easier to use and has so far no known bugs for custom structures |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following up with #1364
I am having a hard time creating a custom type and extracting its values.
For instance the following code:
I haven't found out yet how to reach the values in the
Complex
type.I can see that the byte array that is received by the server is indeed of the right dimensions, (2 Int64) and that the type id is well parsed, but I am not understading how to read the values.
Any help is super appreciated.
Beta Was this translation helpful? Give feedback.
All reactions