UA Ansi C Server Professional  1.3.1.232
 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.
OpcUa_EncodeableType * pRequestType
 Browse request type.
OpcUa_BrowseResponse * pResponse
 Browse response structure.
OpcUa_EncodeableType * pResponseType
 Browse response type.
OpcUa_Int nOutstandingCbs
 Number of outstanding provider callbacks.
UaServer_ContinuationPointInfo * pContinuationPointInfo
 ContinuationPoint Information.
UaServer_Session * pSession
 Session used for the call.
OpcUa_Endpoint hEndpoint
 Server endpoint responsible for the call.
OpcUa_Handle hCallContext
 Context for the call from the endpoint.
UaServerpUaServer
 UaServer associated with the endpoint.

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

Browse request type.

OpcUa_BrowseResponse* _UaServer_BrowseContext::pResponse

Browse response structure.

OpcUa_EncodeableType* _UaServer_BrowseContext::pResponseType

Browse response type.

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: