C# Class Opc.Ua.Com.ResultIds

Defines all well known COM DA HRESULT codes.
Mostrar archivo Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
GetBrowseName ( int identifier ) : string

Returns the name of the error code.

GetIdentifier ( string browseName ) : uint

Returns the numeric value for the error code.

Method Details

GetBrowseName() public static method

Returns the name of the error code.
public static GetBrowseName ( int identifier ) : string
identifier int
return string

GetIdentifier() public static method

Returns the numeric value for the error code.
public static GetIdentifier ( string browseName ) : uint
browseName string
return uint