How do I use the return from Custom Method in the ASYNCUA Server Module #1154
Unanswered
dibyendumca
asked this question in
Q&A
Replies: 1 comment 2 replies
-
https://github.com/FreeOpcUa/opcua-asyncio/blob/master/examples/server-methods.py |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Can anyone provide me the example of How to get the return of a Custom Method defined in the Server Module?
I have defined a method which have a return type as Integer value as below.
I have the following code in my Server Module.
I could see the Method from the OPC UA client and can call also.
I want to process some logic as soon as the method is called from a client.
My question is, how shall I get the return inside the Server module and use the method return for further use?
Beta Was this translation helpful? Give feedback.
All reactions