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

Holds all data to handle the DeleteSubscriptionRequest. More...

Data Fields

OpcUa_Endpoint hEndpoint
 Server endpoint responsible for the call.
UaServerpUaServer
 UaServer associated with the endpoint.
OpcUa_Handle hCallContext
 Context for the call from the endpoint.
OpcUa_DeleteSubscriptionsRequest * pRequest
 DeleteSubscriptions request structure.
OpcUa_EncodeableType * pRequestType
 DeleteSubscriptions request type.
OpcUa_DeleteSubscriptionsResponse * pResponse
 DeleteSubscriptions response structure.
OpcUa_EncodeableType * pResponseType
 DeleteSubscriptions response type.
UaServer_Session * pSession
 Session used for the call.

Detailed Description

Holds all data to handle the DeleteSubscriptionRequest.

Field Documentation

OpcUa_Handle _UaServer_DeleteSubscriptionsContext::hCallContext

Context for the call from the endpoint.

OpcUa_Endpoint _UaServer_DeleteSubscriptionsContext::hEndpoint

Server endpoint responsible for the call.

OpcUa_DeleteSubscriptionsRequest* _UaServer_DeleteSubscriptionsContext::pRequest

DeleteSubscriptions request structure.

OpcUa_EncodeableType* _UaServer_DeleteSubscriptionsContext::pRequestType

DeleteSubscriptions request type.

OpcUa_DeleteSubscriptionsResponse* _UaServer_DeleteSubscriptionsContext::pResponse

DeleteSubscriptions response structure.

OpcUa_EncodeableType* _UaServer_DeleteSubscriptionsContext::pResponseType

DeleteSubscriptions response type.

UaServer_Session* _UaServer_DeleteSubscriptionsContext::pSession

Session used for the call.

UaServer* _UaServer_DeleteSubscriptionsContext::pUaServer

UaServer associated with the endpoint.


The documentation for this struct was generated from the following file: