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

UaServer Provider TranslateContext Structure. More...

#include <uaserver_providers.h>

Data Fields

OpcUa_RelativePathElementpCurrentElement
 The relative path to be applied to the StartingNodes. More...
 
UaBase_Vector StartingNodes
 The start nodes for the current translate operation. More...
 
UaBase_Vector TargetNodes
 The nodes that are reachable by pCurrentElement from the StartingNodes. More...
 
OpcUa_StatusCode TranslateResult
 The result of the current translate operation. More...
 
OpcUa_Int nOutstandingCbs
 number of outstanding provider callbacks. More...
 
UaServer_PublicSessionpSession
 corresponding session
 

Detailed Description

UaServer Provider TranslateContext Structure.

Field Documentation

OpcUa_Int UaServer_ProviderTranslateContext::nOutstandingCbs

number of outstanding provider callbacks.

OpcUa_RelativePathElement* UaServer_ProviderTranslateContext::pCurrentElement

The relative path to be applied to the StartingNodes.

UaBase_Vector UaServer_ProviderTranslateContext::StartingNodes

The start nodes for the current translate operation.

UaBase_Vector UaServer_ProviderTranslateContext::TargetNodes

The nodes that are reachable by pCurrentElement from the StartingNodes.

OpcUa_StatusCode UaServer_ProviderTranslateContext::TranslateResult

The result of the current translate operation.


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