OpcUaBrowsePathInitialize (FUN) ¶ FUNCTION OpcUaBrowsePathInitialize InOut: Scope Name Type Input pValue POINTER TO OpcUa_BrowsePath
OpcUaBrowsePathResultClear (FUN) ¶ FUNCTION OpcUaBrowsePathResultClear InOut: Scope Name Type Input pValue POINTER TO OpcUa_BrowsePathResult
OpcUaBrowsePathResultInitialize (FUN) ¶ FUNCTION OpcUaBrowsePathResultInitialize InOut: Scope Name Type Input pValue POINTER TO OpcUa_BrowsePathResult
OpcUaBrowseResultClear (FUN) ¶ FUNCTION OpcUaBrowseResultClear InOut: Scope Name Type Input pValue POINTER TO OpcUa_BrowseResult
OpcUaBrowseResultInitialize (FUN) ¶ FUNCTION OpcUaBrowseResultInitialize InOut: Scope Name Type Input pValue POINTER TO OpcUa_BrowseResult
OpcUaByteStringClear (FUN) ¶ FUNCTION OpcUaByteStringClear InOut: Scope Name Type Input value POINTER TO OpcUa_ByteString
OpcUaByteStringCompare (FUN) ¶ FUNCTION OpcUaByteStringCompare : DINT InOut: Scope Name Type Return OpcUaByteStringCompare DINT Input value1 POINTER TO OpcUa_ByteString value2 POINTER TO OpcUa_ByteString
OpcUaDataTypeDescription (STRUCT) ¶ TYPE OpcUaDataTypeDescription : STRUCT InOut: Name Type Comment isAbstract OpcUa_Boolean [m]: Flag if is an abstract DataType. bDataTypeDefinitionSet OpcUa_Boolean Flag if the DataTypeDefinition is set dataTypeDefinition OpcUa_ExtensionObject [o]: The description of the binary layout of the data type.
OpcUaElementDescription (UNION) ¶ TYPE OpcUaElementDescription : UNION InOut: Name Type object OpcUaObjectDescription variable OpcUaVariableDescription uamethod OpcUaMethodDescription objectType OpcUaObjectTypeDescription variableType OpcUaVariableTypeDescription referenceType OpcUaReferenceTypeDescription dataType OpcUaDataTypeDescription view OpcUaViewDescription
OpcUaMethodDescription (STRUCT) ¶ TYPE OpcUaMethodDescription : STRUCT InOut: Name Type Comment executable OpcUa_Boolean [m]: Flag if the method is executable. userExecutable OpcUa_Boolean [m]: Flag if the method executable taken the user rights into account.