"Internal" Input arguments for an OPCUA mehtod #1214
PhilWillecke
started this conversation in
General
Replies: 1 comment 1 reply
-
The best way is to provide two version of the function, because there are no optional arguments in opc ua methods. An other way is to use Arrays as optional arguments, because uaexpert provides an empty array as default value. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
i build a server with some methods, this is working fine.
Now I want to pass some extra (internal) input arguments to this function, then the function is call through the client (UaExpert in my case), is ther any way to do so.
Thanks in advance.
Phil
Beta Was this translation helpful? Give feedback.
All reactions