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

Holds all data to handle the ModifySubscriptionRequest. 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_ModifySubscriptionRequest * pRequest
 ModifySubscription request structure.
OpcUa_EncodeableType * pRequestType
 ModifySubscription request type.
OpcUa_ModifySubscriptionResponse * pResponse
 ModifySubscription response structure.
OpcUa_EncodeableType * pResponseType
 ModifySubscription response type.
UaServer_Session * pSession
 Session used for the call.

Detailed Description

Holds all data to handle the ModifySubscriptionRequest.

Field Documentation

OpcUa_Handle _UaServer_ModifySubscriptionContext::hCallContext

Context for the call from the endpoint.

OpcUa_Endpoint _UaServer_ModifySubscriptionContext::hEndpoint

Server endpoint responsible for the call.

OpcUa_ModifySubscriptionRequest* _UaServer_ModifySubscriptionContext::pRequest

ModifySubscription request structure.

OpcUa_EncodeableType* _UaServer_ModifySubscriptionContext::pRequestType

ModifySubscription request type.

OpcUa_ModifySubscriptionResponse* _UaServer_ModifySubscriptionContext::pResponse

ModifySubscription response structure.

OpcUa_EncodeableType* _UaServer_ModifySubscriptionContext::pResponseType

ModifySubscription response type.

UaServer_Session* _UaServer_ModifySubscriptionContext::pSession

Session used for the call.

UaServer* _UaServer_ModifySubscriptionContext::pUaServer

UaServer associated with the endpoint.


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