Static Public Attributes | List of all members
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. More...
 
int Out = 2
 Output argument. More...
 

Detailed Description

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

Member Data Documentation

◆ In

int In = 1
static

Input argument.

◆ Out

int Out = 2
static

Output argument.