C# Class Opc.Ua.StatusCodes

Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary

Méthodes publiques

Méthode 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 méthode

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

GetBrowseNames() public static méthode

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

GetIdentifier() public static méthode

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