invoke
R2026bSyntax
Description
[ executes the method node identified by
value,timestamp,quality]
= invoke(uaNode)uaNode and returns the output value, timestamp, and quality ID. A
client must be connected to the server containing the node.
[ executes the
method node available on the server connected to the client specified in
value,timestamp,quality]
= invoke(uaClient,uaNode)uaClient.
[
executes the method node identified by value,timestamp,quality]
= invoke(uaNode,arg1,arg2,...,argN)uaNode.
arg1,arg2,…,argN specify the input arguments for the node.
[
executes the method node with input arguments value,timestamp,quality]
= invoke(uaClient,uaNode,arg1,arg2,...,argN)arg1,arg2,…,argN.
