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

Holds all data to handle the RepublishRequest. 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_RepublishRequest * pRequest
 Publish request structure. More...
 
OpcUa_RepublishResponse * pResponse
 Publish response structure. More...
 
OpcUa_DateTime ReceptionTimestamp
 reception timestamp
 
UaServer_Session * pSession
 Session used for the read call. More...
 

Detailed Description

Holds all data to handle the RepublishRequest.

Field Documentation

OpcUa_Handle _UaServer_RepublishContext::hCallContext

Context for the read call from the endpoint.

OpcUa_Endpoint _UaServer_RepublishContext::hEndpoint

Server endpoint responsible for the read call.

OpcUa_RepublishRequest* _UaServer_RepublishContext::pRequest

Publish request structure.

OpcUa_RepublishResponse* _UaServer_RepublishContext::pResponse

Publish response structure.

UaServer_Session* _UaServer_RepublishContext::pSession

Session used for the read call.

UaServer* _UaServer_RepublishContext::pUaServer

UaServer associated with the endpoint.


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