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.

Function Documentation

OpcUa_Void UaServer_ContinuationPointInfo_Clear ( UaServer_ContinuationPointInfo *  a_pContinuationPointInfo  ) 

Clear the ContinuationPointInfo.

Parameters:
a_pContinuationPointInfo pointer to the ContinuationPointInfo.

UaServer_ContinuationPointInfo* UaServer_ContinuationPointInfo_Create ( UaServer_ContinuationPointType  a_Type  ) 

Create new ContinuationPointInfo.

Parameters:
a_Type the type of the new ContinuationPointInfo.
Returns:
the new ContinuationPointInfo

OpcUa_Void UaServer_ContinuationPointInfo_Delete ( UaServer_ContinuationPointInfo *  a_pContinuationPointInfo  ) 

Delete the ContinuationPointInfo.

Parameters:
a_pContinuationPointInfo pointer to the ContinuationPointInfo.

OpcUa_Void UaServer_ContinuationPointInfo_InitCPData ( UaServer_ContinuationPointInfo *  a_pContinuationPointInfo  ) 

Set the ContinuationPoint data of the ContinuationPointInfo.

Parameters:
a_pContinuationPointInfo pointer to the ContinuationPointInfo.

OpcUa_Void UaServer_ContinuationPointInfo_Initialize ( UaServer_ContinuationPointInfo *  a_pContinuationPointInfo  ) 

Initialize the ContinuationPointInfo.

Parameters:
a_pContinuationPointInfo pointer 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_pContinuationPointInfo pointer to the ContinuationPointInfo.
a_pSession pointer to the Session from which to remove the ContinuationPointInfo.