ANSI C Based OPC UA Client/Server SDK  1.8.3.398
UaServer_ProviderBrowseContext Struct Reference

UaServer Provider BrowseContext Structure. More...

#include <uaserver_providers.h>

Data Fields

OpcUa_BrowseRequestpRequest
 Browse request structure. More...
 
OpcUa_BrowseResponsepResponse
 Browse response structure. More...
 
OpcUa_Int nOutstandingCbs
 number of outstanding provider callbacks. More...
 
UaServer_ContinuationPointInfo * pContinuationPointInfo
 ContinuationPoint Information.
 
UaServer_PublicSessionpSession
 corresponding session
 
OpcUa_UInt nCreatedContinuationPoints
 number of ContinuationPoints that were created while handling this browse call; providers have to increment this when handling the browse call by themselves and UaServer_ContinuationPointInfo_Create is called
 

Detailed Description

UaServer Provider BrowseContext Structure.

Field Documentation

OpcUa_Int UaServer_ProviderBrowseContext::nOutstandingCbs

number of outstanding provider callbacks.

OpcUa_BrowseRequest* UaServer_ProviderBrowseContext::pRequest

Browse request structure.

OpcUa_BrowseResponse* UaServer_ProviderBrowseContext::pResponse

Browse response structure.


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