OpcUaServer_MessageSecurityMode (ENUM) ¶ TYPE OpcUaServer_MessageSecurityMode : Attributes: qualified_only InOut: Name Initial Invalid 0 None Sign SignAndEncrypt
OpcUaServer_SessionEvents (ENUM) ¶ TYPE OpcUaServer_SessionEvents : Attributes: qualified_only InOut: Name Initial Session_Added 1 Session_Changed Session_Removed
OpcUaServer_Session_Information (STRUCT) ¶ TYPE OpcUaServer_Session_Information : STRUCT InOut: Name Type Comment dwSessionId DWORD clientAddress INADDR SessionID of the session. pwsSessionName WSTRING(255) IpAddress of the client. In host byteorder. pwsApplicationName WSTRING(255) Sessionname. This is set by the client. pwsApplicationUri WSTRING(255) Applicationname of client. pwsProductUri WSTRING(255) URI of the client instance. pwsSecurityPolicy WSTRING(255) URI of client type. securityMode OpcUaServer_MessageSecurityMode Security profile used by this session. hClientCertificate RTS_IEC_HANDLE Security mode of the session. hUser RTS_IEC_HANDLE Handle to the clients certificate. Only valid for secure connections. RTS_INVALID_HANDLE if not available.
Structs ¶ OpcUaDataTypeDescription (Struct) OpcUaElementDescription (Union) OpcUaMethodDescription (Struct) OpcUaObjectDescription (Struct) OpcUaObjectTypeDescription (Struct) OpcUaReferenceTypeDescription (Struct) OpcUaServerNodeDescription (Struct) OpcUaServerReferenceDescription (Struct) OpcUaVariableDescription (Struct) OpcUaVariableTypeDescription (Struct) OpcUaViewDescription (Struct)
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.