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

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

#include <uaserver_register.h>

Data Fields

OpcUa_UnregisterNodesRequest * pRequest
 request structure.
OpcUa_EncodeableType * pRequestType
 request type.
OpcUa_UnregisterNodesResponse * pResponse
 response structure.
OpcUa_EncodeableType * pResponseType
 response type.
OpcUa_Int nOutstandingCbs
 number of outstanding provider callbacks.
UaServer_Session * pSession
 Session used for the read call.
OpcUa_Endpoint hEndpoint
 Server endpoint responsible for the read call.
OpcUa_Handle hCallContext
 Context for the read call from the endpoint.
UaServerpUaServer
 UaServer associated with the endpoint.

Detailed Description

Holds all data to handle the UnregisterNodesRequest.

Field Documentation

OpcUa_Handle _UaServer_UnregisterNodesContext::hCallContext

Context for the read call from the endpoint.

OpcUa_Endpoint _UaServer_UnregisterNodesContext::hEndpoint

Server endpoint responsible for the read call.

OpcUa_Int _UaServer_UnregisterNodesContext::nOutstandingCbs

number of outstanding provider callbacks.

OpcUa_UnregisterNodesRequest* _UaServer_UnregisterNodesContext::pRequest

request structure.

OpcUa_EncodeableType* _UaServer_UnregisterNodesContext::pRequestType

request type.

OpcUa_UnregisterNodesResponse* _UaServer_UnregisterNodesContext::pResponse

response structure.

OpcUa_EncodeableType* _UaServer_UnregisterNodesContext::pResponseType

response type.

UaServer_Session* _UaServer_UnregisterNodesContext::pSession

Session used for the read call.

UaServer* _UaServer_UnregisterNodesContext::pUaServer

UaServer associated with the endpoint.


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