UA Ansi C Server Professional  1.3.1.232
 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.
UaServerpUaServer
 UaServer associated with the endpoint.
OpcUa_Handle hCallContext
 Context for the read call from the endpoint.
OpcUa_PublishRequest * pRequest
 Publish request structure.
OpcUa_EncodeableType * pRequestType
 Publish request type.
OpcUa_PublishResponse * pResponse
 Publish response structure.
OpcUa_EncodeableType * pResponseType
 Publish response type.
OpcUa_UInt32 ReceptionTime
 Reception tick count.
UaServer_Session * pSession
 Session used for the read call.

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_EncodeableType* _UaServer_PublishContext::pRequestType

Publish request type.

OpcUa_PublishResponse* _UaServer_PublishContext::pResponse

Publish response structure.

OpcUa_EncodeableType* _UaServer_PublishContext::pResponseType

Publish response type.

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: