C# 클래스 Opc.Ua.StatusCodes

파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
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