C# 클래스 Opc.Ua.Com.ResultIds

Defines all well known COM DA HRESULT codes.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
GetBrowseName ( int identifier ) : string

Returns the name of the error code.

GetIdentifier ( string browseName ) : uint

Returns the numeric value for the error code.

메소드 상세

GetBrowseName() 공개 정적인 메소드

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

GetIdentifier() 공개 정적인 메소드

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