.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.IViewManager Interface Reference

An interface to an object that manages access to a view. More...

Inherited by UnifiedAutomation.UaServer.RootNodeManager.

Public Member Functions

bool IsReferenceInView (RequestContext context, ViewHandle view, BrowseHandle sourceHandle, NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId)
 Determines whether the reference is in the specified view. More...
 

Detailed Description

An interface to an object that manages access to a view.

Member Function Documentation

bool UnifiedAutomation.UaServer.IViewManager.IsReferenceInView ( RequestContext  context,
ViewHandle  view,
BrowseHandle  sourceHandle,
NodeId  referenceTypeId,
bool  isInverse,
ExpandedNodeId  targetId 
)

Determines whether the reference is in the specified view.

Parameters
contextThe request context.
viewThe view.
sourceHandleThe source handle.
referenceTypeIdThe reference type id.
isInverseif set to true then the reference is an inverse reference.
targetIdThe target id.
Returns
true if the reference is in the view; otherwise, false.

Implemented in UnifiedAutomation.UaServer.RootNodeManager.


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