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
OpcUa_String (STRUCT) ¶ TYPE OpcUa_String : STRUCT InOut: Name Type flags OpcUa_UInt16 uLength OpcUa_UInt32 strContent POINTER TO OpcUa_CharA
OpcUa_StructureDefinition (STRUCT) ¶ TYPE OpcUa_StructureDefinition : STRUCT InOut: Name Type DefaultEncodingId OpcUa_NodeId BaseDataType OpcUa_NodeId StructureType OpcUa_StructureType NoOfFields OpcUa_Int32 Fields POINTER TO OpcUa_StructureField
OpcUa_StructureField (STRUCT) ¶ TYPE OpcUa_StructureField : STRUCT InOut: Name Type Name OpcUa_String Description OpcUa_LocalizedText DataType OpcUa_NodeId ValueRank OpcUa_Int32 NoOfArrayDimensions OpcUa_Int32 ArrayDimensions POINTER TO OpcUa_UInt32 MaxStringLength OpcUa_UInt32 IsOptional OpcUa_Boolean