C# Класс Opc.Ua.Com.Client.DaBranchState

A object which maps a segment to a UA object.
Наследование: Opc.Ua.FolderState
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly ) : INodeBrowser

Creates a browser that finds the references to the branch.

DaBranchState ( ISystemContext context, DaElement element, ushort namespaceIndex ) : System

Initializes a new instance of the DaBranchState class.

Initialize ( ISystemContext context, DaElement element, ushort namespaceIndex ) : void

Initializes the node from the element.

Описание методов

CreateBrowser() публичный Метод

Creates a browser that finds the references to the branch.
public CreateBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly ) : INodeBrowser
context ISystemContext The system context to use.
view Opc.Ua.ViewDescription The view which may restrict the set of references/nodes found.
referenceType Opc.Ua.NodeId The type of references being followed.
includeSubtypes bool Whether subtypes of the reference type are followed.
browseDirection BrowseDirection Which way the references are being followed.
browseName Opc.Ua.QualifiedName The browse name of a specific target (used when translating browse paths).
additionalReferences IEnumerable Any additional references that should be included.
internalOnly bool If true the browser should not making blocking calls to external systems.
Результат INodeBrowser

DaBranchState() публичный Метод

Initializes a new instance of the DaBranchState class.
public DaBranchState ( ISystemContext context, DaElement element, ushort namespaceIndex ) : System
context ISystemContext The context.
element DaElement The element.
namespaceIndex ushort Index of the namespace.
Результат System

Initialize() публичный Метод

Initializes the node from the element.
public Initialize ( ISystemContext context, DaElement element, ushort namespaceIndex ) : void
context ISystemContext The context.
element DaElement The element.
namespaceIndex ushort Index of the namespace.
Результат void