UA Bundle SDK .NET  2.2.3.276
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaClient.BrowseContext Class Reference

The context fr a browse operation. More...

Public Member Functions

 BrowseContext ()
 Initializes a new instance of the BrowseContext class. More...
 

Properties

ViewDescription View [get, set]
 Gets or sets the view. More...
 
uint MaxReferencesToReturn [get, set]
 Gets or sets the max references to return. More...
 
BrowseDirection BrowseDirection [get, set]
 Gets or sets the browse direction. More...
 
NodeId ReferenceTypeId [get, set]
 Gets or sets the reference type id. More...
 
bool IncludeSubtypes [get, set]
 Gets or sets a value indicating whether include subtypes of the reference type. More...
 
uint NodeClassMask [get, set]
 Gets or sets the node class mask. More...
 
uint ResultMask [get, set]
 Gets or sets the result mask. More...
 

Detailed Description

The context fr a browse operation.

Constructor & Destructor Documentation

UnifiedAutomation.UaClient.BrowseContext.BrowseContext ( )
inline

Initializes a new instance of the BrowseContext class.

Property Documentation

BrowseDirection UnifiedAutomation.UaClient.BrowseContext.BrowseDirection
getset

Gets or sets the browse direction.

The browse direction.

bool UnifiedAutomation.UaClient.BrowseContext.IncludeSubtypes
getset

Gets or sets a value indicating whether include subtypes of the reference type.

true if subtypes of the reference type are included; otherwise, false.

uint UnifiedAutomation.UaClient.BrowseContext.MaxReferencesToReturn
getset

Gets or sets the max references to return.

The max references to return.

uint UnifiedAutomation.UaClient.BrowseContext.NodeClassMask
getset

Gets or sets the node class mask.

The node class mask.

NodeId UnifiedAutomation.UaClient.BrowseContext.ReferenceTypeId
getset

Gets or sets the reference type id.

The reference type id.

uint UnifiedAutomation.UaClient.BrowseContext.ResultMask
getset

Gets or sets the result mask.

The result mask.

ViewDescription UnifiedAutomation.UaClient.BrowseContext.View
getset

Gets or sets the view.

The view.


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