C# Класс Opc.Ua.StatusCodes

Показать файл Открыть проект

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

Метод Описание
GetBrowseName ( uint identifier ) : string

Returns the browse name for the attribute.

GetBrowseNames ( ) : string[]

Returns the browse names for all attributes.

GetIdentifier ( string browseName ) : uint

Returns the id for the attribute with the specified browse name.

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

GetBrowseName() публичный статический Метод

Returns the browse name for the attribute.
public static GetBrowseName ( uint identifier ) : string
identifier uint
Результат string

GetBrowseNames() публичный статический Метод

Returns the browse names for all attributes.
public static GetBrowseNames ( ) : string[]
Результат string[]

GetIdentifier() публичный статический Метод

Returns the id for the attribute with the specified browse name.
public static GetIdentifier ( string browseName ) : uint
browseName string
Результат uint