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

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

#include <uaserver_publish.h>

Data Fields

OpcUa_Endpoint hEndpoint
 Server endpoint responsible for the read call. More...
 
UaServerpUaServer
 UaServer associated with the endpoint. More...
 
OpcUa_Handle hCallContext
 Context for the read call from the endpoint. More...
 
OpcUa_PublishRequest * pRequest
 Publish request structure. More...
 
OpcUa_PublishResponse * pResponse
 Publish response structure. More...
 
OpcUa_UInt32 ReceptionTime
 Reception tick count.
 
UaServer_Session * pSession
 Session used for the read call. More...
 

Detailed Description

Holds all data to handle the PublishRequest.

Field Documentation

OpcUa_Handle _UaServer_PublishContext::hCallContext

Context for the read call from the endpoint.

OpcUa_Endpoint _UaServer_PublishContext::hEndpoint

Server endpoint responsible for the read call.

OpcUa_PublishRequest* _UaServer_PublishContext::pRequest

Publish request structure.

OpcUa_PublishResponse* _UaServer_PublishContext::pResponse

Publish response structure.

UaServer_Session* _UaServer_PublishContext::pSession

Session used for the read call.

UaServer* _UaServer_PublishContext::pUaServer

UaServer associated with the endpoint.


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