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

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

#include <uaserver_browse.h>

Data Fields

OpcUa_BrowseRequest * pRequest
 Browse request structure. More...
 
OpcUa_BrowseResponse * pResponse
 Browse response structure. More...
 
OpcUa_Int nOutstandingCbs
 Number of outstanding provider callbacks. More...
 
UaServer_ContinuationPointInfo * pContinuationPointInfo
 ContinuationPoint Information.
 
UaServer_Session * pSession
 Session used for the call. More...
 
OpcUa_Endpoint hEndpoint
 Server endpoint responsible for the call. More...
 
OpcUa_Handle hCallContext
 Context for the call from the endpoint. More...
 
UaServerpUaServer
 UaServer associated with the endpoint. More...
 

Detailed Description

Holds all data to handle the BrowseRequest.

Field Documentation

OpcUa_Handle _UaServer_BrowseContext::hCallContext

Context for the call from the endpoint.

OpcUa_Endpoint _UaServer_BrowseContext::hEndpoint

Server endpoint responsible for the call.

OpcUa_Int _UaServer_BrowseContext::nOutstandingCbs

Number of outstanding provider callbacks.

OpcUa_BrowseRequest* _UaServer_BrowseContext::pRequest

Browse request structure.

OpcUa_BrowseResponse* _UaServer_BrowseContext::pResponse

Browse response structure.

UaServer_Session* _UaServer_BrowseContext::pSession

Session used for the call.

UaServer* _UaServer_BrowseContext::pUaServer

UaServer associated with the endpoint.


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