UA ANSI C Server Professional  1.4.2.297
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Deprecated List
Global OpcUa_BrowseDescription_Clone (OpcUa_BrowseDescription *a_pValue, OpcUa_BrowseDescription *a_pCopy)
This function will be removed in the next version, use OpcUa_BrowseDescription_CopyTo instead.
Global OpcUa_BrowseResult_Clone (OpcUa_BrowseResult *a_pValue, OpcUa_BrowseResult *a_pCopy)
This function will be removed in the next version, use OpcUa_BrowseResult_CopyTo instead.
Global OpcUa_ByteString_Clone (OpcUa_ByteString *a_pValue, OpcUa_ByteString *a_pCopy)
This function will be removed in the next version, use OpcUa_ByteString_CopyTo instead.
Global OPCUA_CURRENT_READ
This define will be removed in the next version, use OpcUa_AccessLevels_CurrentRead instead.
Global OPCUA_CURRENT_WRITE
This define will be removed in the next version, use OpcUa_AccessLevels_CurrentWrite instead.
Global OpcUa_DataChangeNotification_Clone (OpcUa_DataChangeNotification *a_pValue, OpcUa_DataChangeNotification *a_pCopy)
This function will be removed in the next version, use OpcUa_DataChangeNotification_CopyTo instead.
Global OpcUa_DataValue_Clone (OpcUa_DataValue *a_pValue, OpcUa_DataValue *a_pCopy)
This function will be removed in the next version, use OpcUa_DataValue_CopyTo instead.
Global OpcUa_DateTime_Clone (OpcUa_DateTime *a_pValue, OpcUa_DateTime *a_pCopy)
This function will be removed in the next version, use OpcUa_DateTime_CopyTo instead.
Global OpcUa_DiagnosticInfo_Clone (OpcUa_DiagnosticInfo *a_pValue, OpcUa_DiagnosticInfo *a_pCopy)
This function will be removed in the next version, use OpcUa_DiagnosticInfo_CopyTo instead.
Global OpcUa_ExpandedNodeId_Clone (OpcUa_ExpandedNodeId *a_pValue, OpcUa_ExpandedNodeId *a_pCopy)
This function will be removed in the next version, use OpcUa_ExpandedNodeId_CopyTo instead.
Global OPCUA_HISROTY_WRITE
This define will be removed in the next version, use OpcUa_AccessLevels_HistoryWrite instead.
Global OPCUA_HISTORY_READ
This define will be removed in the next version, use OpcUa_AccessLevels_HistoryRead instead.
Global OpcUa_LocalizedText_Clone (OpcUa_LocalizedText *a_pValue, OpcUa_LocalizedText *a_pCopy)
This function will be removed in the next version, use OpcUa_LocalizedText_CopyTo instead.
Global OpcUa_MonitoredItemNotification_Clone (OpcUa_MonitoredItemNotification *a_pValue, OpcUa_MonitoredItemNotification *a_pCopy)
This function will be removed in the next version, use OpcUa_MonitoredItemNotification_CopyTo instead.
Global OpcUa_NodeId_Clone (OpcUa_NodeId *a_pValue, OpcUa_NodeId *a_pCopy)
This function will be removed in the next version, use OpcUa_NodeId_CopyTo instead.
Global OpcUa_NotificationMessage_Clone (OpcUa_NotificationMessage *a_pValue, OpcUa_NotificationMessage *a_pCopy)
This function will be removed in the next version, use OpcUa_NotificationMessage_CopyTo instead.
Global OpcUa_QualifiedName_Clone (OpcUa_QualifiedName *a_pValue, OpcUa_QualifiedName *a_pCopy)
This function will be removed in the next version, use OpcUa_QualifiedName_CopyTo instead.
Global OpcUa_ReferenceDescription_Clone (OpcUa_ReferenceDescription *a_pValue, OpcUa_ReferenceDescription *a_pCopy)
This function will be removed in the next version, use OpcUa_ReferenceDescription_CopyTo instead.
Global OpcUa_String_Clone (OpcUa_String *a_pValue, OpcUa_String *a_pCopy)
This function will be removed in the next version, use OpcUa_String_CopyTo instead.
Global OpcUa_Variant_Clone (OpcUa_Variant *a_pValue, OpcUa_Variant *a_pCopy)
This function will be removed in the next version, use OpcUa_Variant_CopyTo instead.
Global OpcUa_XmlElement_Clone (OpcUa_XmlElement *a_pValue, OpcUa_XmlElement *a_pCopy)
This function will be removed in the next version, use OpcUa_XmlElement_CopyTo instead.
Global UaServer_Session_GetContinuationPoints (UaServer_PublicSession *a_pSession)
Do not modify the list returned by this function; instead use the thread safe functions UaServer_ContinuationPointInfo_AddToList and UaServer_ContinuationPointInfo_RemoveFromList.
Parameters
a_pSessionA pointer to the session.
Returns
The list of currently active browse continuation points.
Global UaServer_SetUserAuthenticationType (UaServer *a_pUaServer, UaServer_UserAuthType a_type, UaServer_pfServer_AuthenticateSession a_pUserAuthFunction)
This function is deprecated as the passed UaServer_pfServer_AuthenticateSession callback does not support verifying the signature data of X509 tokens. It is recommended to use UaServer_SetUserAuthenticationTypeEx instead.
Parameters
[in]a_pUaServerA pointer to the UaServer object.
[in]a_typeThe authentication type to set.
[in]a_pUserAuthFunctionOptional: If a custom authentication module should be set, the function pointer to the authentication callback function must be set here and a_type to UserAuthType_User. If no custom authentication module is set, this parameter is ignored and can be OpcUa_Null.
Returns
OpcUa_Good on success.