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

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

#include <uaserver_read.h>

Data Fields

OpcUa_ReadRequest * pRequest
 Read request structure.
OpcUa_EncodeableType * pRequestType
 Read request type.
OpcUa_ReadResponse * pResponse
 Read response structure.
OpcUa_EncodeableType * pResponseType
 Read 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 ReadRequest.

Field Documentation

OpcUa_Handle _UaServer_ReadContext::hCallContext

Context for the read call from the endpoint.

OpcUa_Endpoint _UaServer_ReadContext::hEndpoint

Server endpoint responsible for the read call.

OpcUa_Int _UaServer_ReadContext::nOutstandingCbs

number of outstanding provider callbacks.

OpcUa_ReadRequest* _UaServer_ReadContext::pRequest

Read request structure.

OpcUa_EncodeableType* _UaServer_ReadContext::pRequestType

Read request type.

OpcUa_ReadResponse* _UaServer_ReadContext::pResponse

Read response structure.

OpcUa_EncodeableType* _UaServer_ReadContext::pResponseType

Read response type.

UaServer_Session* _UaServer_ReadContext::pSession

Session used for the read call.

UaServer* _UaServer_ReadContext::pUaServer

UaServer associated with the endpoint.


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