OPC Labs EasyOPC “Classic” Core Library
DANodeKind Enumeration
OpcLabs_EasyOpcClassicCore ActiveX DLL : DANodeKind Enumeration
Description
Provides classification of OPC Data Access (OPC-DA) nodes.

 

UUID: f4951d22-bc66-46df-bd83-a46fcee41555

 

For more information, see DANodeKind in .NET Reference.

Members
MemberValueDescription
DANodeKind_Branch2The node is a branch.
DANodeKind_Leaf1The node is a leaf.
DANodeKind_None0The node kind is not set.
DANodeKind_Root3The node is a root.
Remarks

For remarks, see DANodeKind in .NET Reference.

Example

For examples, see DANodeKind in .NET Reference.