Replies: 1 comment
-
I think this is a known limitation of the stack: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to figure out how to map a structured type from my OPC server to a local type in order to be able to use it typesafe.
My OPC server defines a type sEM_Status having a couple of fields.
I know the details and have a local type sEM_Status that implements the same in C#:
I created a subscription on one of these structs and get a nice notification that a value has changed.
OPC UA creates a ComplexType representing the struct as shown below.
But how can I have OPC UA map this struct to my type directly instead, so I can access it typesafe?
I played with AddEncodeableType, but couldn't get that to work.
Hope someony can help me out.
Thanks in advance,
Christiaan
Beta Was this translation helpful? Give feedback.
All reactions