OpcUa_ApplicationType (ENUM) ¶ TYPE OpcUa_ApplicationType : InOut: Name Initial OpcUa_ApplicationType_Server 0 OpcUa_ApplicationType_Client 1 OpcUa_ApplicationType_ClientAndServer 2 OpcUa_ApplicationType_DiscoveryServer 3
OpcUa_ArrayType (ENUM) ¶ TYPE OpcUa_ArrayType : InOut: Name Initial Comment OpcUa_ValueRanks_ScalarOrOneDimension -3 The variable may be a scalar OR a one dimensional ARRAY. OpcUa_ValueRanks_Any -2 The variable may be a scalar OR an ARRAY OF ANY dimension. OpcUa_ValueRanks_Scalar -1 The variable is always a scalar. OpcUa_ValueRanks_OneOrMoreDimensions 0 The variable is always an array with one or more dimensions. OpcUa_ValueRanks_OneDimension 1 The variable is always one dimensional array. OpcUa_ValueRanks_TwoDimensions 2 The variable is always an array with two or more dimensions.
OpcUa_Attributes (ENUM) ¶ TYPE OpcUa_Attributes : InOut: Name Initial OpcUa_Attributes_NodeId 1 OpcUa_Attributes_NodeClass 2 OpcUa_Attributes_BrowseName 3 OpcUa_Attributes_DisplayName 4 OpcUa_Attributes_Description 5 OpcUa_Attributes_WriteMask 6 OpcUa_Attributes_UserWriteMask 7 OpcUa_Attributes_IsAbstract 8 OpcUa_Attributes_Symmetric 9 OpcUa_Attributes_InverseName 10 OpcUa_Attributes_ContainsNoLoops 11 OpcUa_Attributes_EventNotifier 12 OpcUa_Attributes_Value 13 OpcUa_Attributes_DataType 14 OpcUa_Attributes_ValueRank 15 OpcUa_Attributes_ArrayDimensions 16 OpcUa_Attributes_AccessLevel 17 OpcUa_Attributes_UserAccessLevel 18 OpcUa_Attributes_MinimumSamplingInterval 19 OpcUa_Attributes_Historizing 20 OpcUa_Attributes_Executable 21 OpcUa_Attributes_UserExecutable 22 OpcUa_Attributes_DataTypeDefinition 23 OpcUa_Attributes_RolePermissions 24 OpcUa_Attributes_UserRolePermissions 25 OpcUa_Attributes_AccessRestrictions 26 OpcUa_Attributes_AccessLevelEx 27
OpcUa_AxisScaleEnumeration (ENUM) ¶ TYPE OpcUa_AxisScaleEnumeration : InOut: Name Initial OpcUa_AxisScaleEnumeration_Linear 0 OpcUa_AxisScaleEnumeration_Log 1 OpcUa_AxisScaleEnumeration_Ln 2
OpcUa_BrowseDirection (ENUM) ¶ TYPE OpcUa_BrowseDirection : InOut: Name Initial OpcUa_BrowseDirection_Forward 0 OpcUa_BrowseDirection_Inverse 1 OpcUa_BrowseDirection_Both 2 OpcUa_BrowseDirection_Invalid 3
OpcUa_BrowseResultMask (ENUM) ¶ TYPE OpcUa_BrowseResultMask : InOut: Name Initial OpcUa_BrowseResultMask_None 0 OpcUa_BrowseResultMask_ReferenceTypeId 1 OpcUa_BrowseResultMask_IsForward 2 OpcUa_BrowseResultMask_NodeClass 4 OpcUa_BrowseResultMask_BrowseName 8 OpcUa_BrowseResultMask_DisplayName 16 OpcUa_BrowseResultMask_TypeDefinition 32 OpcUa_BrowseResultMask_All 63 OpcUa_BrowseResultMask_ReferenceTypeInfo 3 OpcUa_BrowseResultMask_TargetInfo 60
OpcUa_BuiltInType (ENUM) ¶ TYPE OpcUa_BuiltInType : InOut: Name Initial OpcUaType_Null 0 OpcUaType_Boolean 1 OpcUaType_SByte 2 OpcUaType_Byte 3 OpcUaType_Int16 4 OpcUaType_UInt16 5 OpcUaType_Int32 6 OpcUaType_UInt32 7 OpcUaType_Int64 8 OpcUaType_UInt64 9 OpcUaType_Float 10 OpcUaType_Double 11 OpcUaType_String 12 OpcUaType_DateTime 13 OpcUaType_Guid 14 OpcUaType_ByteString 15 OpcUaType_XmlElement 16 OpcUaType_NodeId 17 OpcUaType_ExpandedNodeId 18 OpcUaType_StatusCode 19 OpcUaType_QualifiedName 20 OpcUaType_LocalizedText 21 OpcUaType_ExtensionObject 22 OpcUaType_DataValue 23 OpcUaType_Variant 24 OpcUaType_DiagnosticInfo 25
OpcUa_SimpleAttributeOperand (STRUCT) ¶ TYPE OpcUa_SimpleAttributeOperand : STRUCT InOut: Name Type TypeDefinitionId OpcUa_NodeId NoOfBrowsePath OpcUa_Int32 BrowsePath POINTER TO OpcUa_QualifiedName AttributeId OpcUa_UInt32 IndexRange OpcUa_String
OpcUa_StatusChangeNotification (STRUCT) ¶ TYPE OpcUa_StatusChangeNotification : STRUCT InOut: Name Type Status OpcUa_StatusCode DiagnosticInfo OpcUa_DiagnosticInfo
OpcUa_StatusResult (STRUCT) ¶ TYPE OpcUa_StatusResult : STRUCT InOut: Name Type StatusCode OpcUa_StatusCode DiagnosticInfo OpcUa_DiagnosticInfo