C# Класс Opc.Ua.Client.Browser

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
BrowseNext ReferenceDescriptionCollection
CheckBrowserState void
Initialize void

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

Метод Описание
Browse ( NodeId nodeId ) : ReferenceDescriptionCollection

Browses the specified node.

Browser ( ) : System

Creates an unattached instance of a browser.

Browser ( Browser template ) : System

Creates a copy of a browser.

Browser ( Session session ) : System

Creates new instance of a browser and attaches it to a session.

Приватные методы

Метод Описание
BrowseNext ( byte &continuationPoint, bool cancel ) : ReferenceDescriptionCollection

Fetches the next batch of references.

CheckBrowserState ( ) : void

Checks the state of the browser.

Initialize ( ) : void

Sets all private fields to default values.

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

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

Browses the specified node.
public Browse ( NodeId nodeId ) : ReferenceDescriptionCollection
nodeId NodeId
Результат ReferenceDescriptionCollection

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

Creates an unattached instance of a browser.
public Browser ( ) : System
Результат System

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

Creates a copy of a browser.
public Browser ( Browser template ) : System
template Browser
Результат System

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

Creates new instance of a browser and attaches it to a session.
public Browser ( Session session ) : System
session Session
Результат System