OPC Labs EasyOPC Forms
UAElementType Enumeration
OpcLabs_EasyOpcForms ActiveX DLL : UAElementType Enumeration
Description
One of element types used in OPC-UA browsing, such as an endpoint, a node, etc.

 

UUID: d462b6f2-a9a3-4ad4-98ea-28f45003cf9c

 

For more information, see UAElementType in .NET Reference.

Members
MemberValueDescription
UAElementType_Attribute4An OPC-UA attribute of a node.
UAElementType_Endpoint2An OPC-UA (server) endpoint element.
UAElementType_Host1A host (computer) element.
UAElementType_Node3An OPC-UA node in an address space.
UAElementType_None0No element.
Remarks

For remarks, see UAElementType in .NET Reference.

Example

For examples, see UAElementType in .NET Reference.