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.
OpcUaObjectDescription (STRUCT) ¶ TYPE OpcUaObjectDescription : STRUCT InOut: Name Type Comment eventNotifier OpcUa_Byte [m]: Field which kind of events are available.
OpcUaObjectTypeDescription (STRUCT) ¶ TYPE OpcUaObjectTypeDescription : STRUCT InOut: Name Type Comment isAbstract OpcUa_Boolean [m]: Flag if is an abstract ObjectType.
OpcUaReferenceTypeDescription (STRUCT) ¶ TYPE OpcUaReferenceTypeDescription : STRUCT InOut: Name Type Comment isAbstract OpcUa_Boolean [m]: Flag if is an abstract RefereceType. symmetric OpcUa_Boolean [m]: Flag if this is a symmetric reference. bInverseNameSet OpcUa_Boolean [m]: Flag if the inverse name is set. inverseName OpcUa_LocalizedText [o]: Inverse name of the reference.