OPC Labs EasyOPC-UA Library
UAStructureType Enumeration
OpcLabs_EasyOpcUA ActiveX DLL : UAStructureType Enumeration
Description
An enumeration that specifies the type of structure defined by the OPC UA data type.

 

UUID: d9eefc1c-a021-4f26-859e-368f4c39ffca

 

For more information, see UAStructureType in .NET Reference.

Members
MemberValueDescription
UAStructureType_Structure0A structure without optional fields.
UAStructureType_StructureWithOptionalFields1A structure with optional fields.
UAStructureType_StructureWithSubtypedValues3A structure without optional fields where one or more of the fields allow subtyping.
UAStructureType_Union2A union data type.
UAStructureType_UnionWithSubtypedValues4A union data type where one or more of the fields allow subtyping.
Remarks

For remarks, see UAStructureType in .NET Reference.

Example

For examples, see UAStructureType in .NET Reference.