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

Holds all data to handle the CreateSubscriptionRequest. 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_CreateSubscriptionRequest * pRequest
 CreateSubscription request structure.
OpcUa_EncodeableType * pRequestType
 CreateSubscription request type.
OpcUa_CreateSubscriptionResponse * pResponse
 CreateSubscription response structure.
OpcUa_EncodeableType * pResponseType
 CreateSubscription response type.
UaServer_Session * pSession
 Session used for the call.

Detailed Description

Holds all data to handle the CreateSubscriptionRequest.

Field Documentation

OpcUa_Handle _UaServer_CreateSubscriptionContext::hCallContext

Context for the call from the endpoint.

OpcUa_Endpoint _UaServer_CreateSubscriptionContext::hEndpoint

Server endpoint responsible for the call.

OpcUa_CreateSubscriptionRequest* _UaServer_CreateSubscriptionContext::pRequest

CreateSubscription request structure.

OpcUa_EncodeableType* _UaServer_CreateSubscriptionContext::pRequestType

CreateSubscription request type.

OpcUa_CreateSubscriptionResponse* _UaServer_CreateSubscriptionContext::pResponse

CreateSubscription response structure.

OpcUa_EncodeableType* _UaServer_CreateSubscriptionContext::pResponseType

CreateSubscription response type.

UaServer_Session* _UaServer_CreateSubscriptionContext::pSession

Session used for the call.

UaServer* _UaServer_CreateSubscriptionContext::pUaServer

UaServer associated with the endpoint.


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