C# Class Opc.Ua.StatusCodes

ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
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.

Method Details

GetBrowseName() public static method

Returns the browse name for the attribute.
public static GetBrowseName ( uint identifier ) : string
identifier uint
return string

GetBrowseNames() public static method

Returns the browse names for all attributes.
public static GetBrowseNames ( ) : string[]
return string[]

GetIdentifier() public static method

Returns the id for the attribute with the specified browse name.
public static GetIdentifier ( string browseName ) : uint
browseName string
return uint