C# 클래스 Opc.Ua.StatusResult

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

공개 메소드들

메소드 설명
ApplyDiagnosticMasks ( DiagnosticsMasks diagnosticMasks, StringTable stringTable ) : void

Applies the diagnostic mask if the object was initialize with a ServiceResult.

StatusResult ( ServiceResult result ) : System

Initializes the object with a ServiceResult.

메소드 상세

ApplyDiagnosticMasks() 공개 메소드

Applies the diagnostic mask if the object was initialize with a ServiceResult.
public ApplyDiagnosticMasks ( DiagnosticsMasks diagnosticMasks, StringTable stringTable ) : void
diagnosticMasks DiagnosticsMasks
stringTable StringTable
리턴 void

StatusResult() 공개 메소드

Initializes the object with a ServiceResult.
public StatusResult ( ServiceResult result ) : System
result ServiceResult
리턴 System