UA Ansi C Server Professional  1.3.1.232
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
UaServerContinuationpoint

Functions

OpcUa_Void UaServer_ContinuationPointInfo_Initialize (UaServer_ContinuationPointInfo *a_pContinuationPointInfo)
 Initialize the ContinuationPointInfo.
OpcUa_Void UaServer_ContinuationPointInfo_Clear (UaServer_ContinuationPointInfo *a_pContinuationPointInfo)
 Clear the ContinuationPointInfo.
OpcUa_Void UaServer_ContinuationPointInfo_Delete (UaServer_ContinuationPointInfo *a_pContinuationPointInfo)
 Delete the ContinuationPointInfo.
UaServer_ContinuationPointInfo * UaServer_ContinuationPointInfo_Create (UaServer_ContinuationPointType a_Type)
 Create new ContinuationPointInfo.
OpcUa_Void UaServer_ContinuationPointInfo_InitCPData (UaServer_ContinuationPointInfo *a_pContinuationPointInfo)
 Set the ContinuationPoint data of the ContinuationPointInfo.
OpcUa_Void UaServer_ContinuationPointInfo_RemoveFromList (UaServer_ContinuationPointInfo *a_pContinuationPointInfo, UaServer_Session *a_pSession)
 Remove the ContinuationPointInfo from the session's list.

Detailed Description

Function Documentation

OpcUa_Void UaServer_ContinuationPointInfo_Clear ( UaServer_ContinuationPointInfo *  a_pContinuationPointInfo)

Clear the ContinuationPointInfo.

Parameters
a_pContinuationPointInfopointer to the ContinuationPointInfo.
UaServer_ContinuationPointInfo* UaServer_ContinuationPointInfo_Create ( UaServer_ContinuationPointType  a_Type)

Create new ContinuationPointInfo.

Parameters
a_Typethe type of the new ContinuationPointInfo.
Returns
the new ContinuationPointInfo
OpcUa_Void UaServer_ContinuationPointInfo_Delete ( UaServer_ContinuationPointInfo *  a_pContinuationPointInfo)

Delete the ContinuationPointInfo.

Parameters
a_pContinuationPointInfopointer to the ContinuationPointInfo.
OpcUa_Void UaServer_ContinuationPointInfo_InitCPData ( UaServer_ContinuationPointInfo *  a_pContinuationPointInfo)

Set the ContinuationPoint data of the ContinuationPointInfo.

Parameters
a_pContinuationPointInfopointer to the ContinuationPointInfo.
OpcUa_Void UaServer_ContinuationPointInfo_Initialize ( UaServer_ContinuationPointInfo *  a_pContinuationPointInfo)

Initialize the ContinuationPointInfo.

Parameters
a_pContinuationPointInfopointer to the ContinuationPointInfo.
OpcUa_Void UaServer_ContinuationPointInfo_RemoveFromList ( UaServer_ContinuationPointInfo *  a_pContinuationPointInfo,
UaServer_Session *  a_pSession 
)

Remove the ContinuationPointInfo from the session's list.

Parameters
a_pContinuationPointInfopointer to the ContinuationPointInfo.
a_pSessionpointer to the Session from which to remove the ContinuationPointInfo.