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

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

#include <uaserver_browse.h>

Data Fields

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

Detailed Description

Holds all data to handle the BrowseNextRequest.

Field Documentation

OpcUa_Handle _UaServer_BrowseNextContext::hCallContext

Context for the read call from the endpoint.

OpcUa_Endpoint _UaServer_BrowseNextContext::hEndpoint

Server endpoint responsible for the read call.

OpcUa_Int _UaServer_BrowseNextContext::nOutstandingCbs

Number of outstanding provider callbacks.

OpcUa_BrowseNextRequest* _UaServer_BrowseNextContext::pRequest

Browse request structure.

OpcUa_BrowseNextResponse* _UaServer_BrowseNextContext::pResponse

Browse response structure.

UaServer_Session* _UaServer_BrowseNextContext::pSession

Session used for the read call.

UaServer* _UaServer_BrowseNextContext::pUaServer

UaServer associated with the endpoint.


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