CVBpy 14.0
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.