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

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

#include <uaserver_write.h>

Data Fields

OpcUa_WriteRequest * pRequest
 Read request structure. More...
 
OpcUa_WriteResponse * pResponse
 Read response structure. More...
 
OpcUa_Int nOutstandingCbs
 number of outstanding provider callbacks. More...
 
UaServer_Session * pSession
 Session used for the read call. More...
 
OpcUa_Endpoint hEndpoint
 Server endpoint responsible for the read call. More...
 
OpcUa_Handle hCallContext
 Context for the read call from the endpoint. More...
 
UaServerpUaServer
 UaServer associated with the endpoint. More...
 

Detailed Description

Holds all data to handle the WriteRequest.

Field Documentation

OpcUa_Handle _UaServer_WriteContext::hCallContext

Context for the read call from the endpoint.

OpcUa_Endpoint _UaServer_WriteContext::hEndpoint

Server endpoint responsible for the read call.

OpcUa_Int _UaServer_WriteContext::nOutstandingCbs

number of outstanding provider callbacks.

OpcUa_WriteRequest* _UaServer_WriteContext::pRequest

Read request structure.

OpcUa_WriteResponse* _UaServer_WriteContext::pResponse

Read response structure.

UaServer_Session* _UaServer_WriteContext::pSession

Session used for the read call.

UaServer* _UaServer_WriteContext::pUaServer

UaServer associated with the endpoint.


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