C# Class Opc.Ua.DataTypeState

The base class for all reference type nodes.
Inheritance: BaseTypeState
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

DataTypeState ( ) : System

Initializes the instance with its defalt attribute values.

Method Details

Construct() public static méthode

Constructs an instance of a node.
public static Construct ( NodeState parent ) : NodeState
parent NodeState The parent.
Résultat NodeState

DataTypeState() public méthode

Initializes the instance with its defalt attribute values.
public DataTypeState ( ) : System
Résultat System