CVBpy 14.0
All Classes Namespaces Functions Variables Properties Pages
ArgumentType Class Reference

Describes whether an argument of a cvb.opcua.MethodNode is input or output. More...

Inherits object.

Static Public Attributes

int In = 1
 Input argument.
 
int Out = 2
 Output argument.
 

Detailed Description

Describes whether an argument of a cvb.opcua.MethodNode is input or output.