How to set parameter names with uamethod
#852
-
Hi folks,
|
Beta Was this translation helpful? Give feedback.
Answered by
AndreasHeine
Mar 30, 2022
Replies: 2 comments
-
return a tuple of ua.Variant()? order matters! hint: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
danmoser
-
Thank you, @AndreasHeine ! |
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
return a tuple of ua.Variant()? order matters!
opcua-asyncio/examples/server-extension-object-as-method-argument.py
Line 18 in eabd784
hint:
you should not do -> [ua.VariantType.Boolean] -> use ua.Argument()
opcua-asyncio/examples/server-extension-object-as-method-argument.py
Line 35 in eabd784