C# Class Opc.Ua.StatusResult

Stores a StatusCode/DiagnosticInfo.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
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.

Method Details

ApplyDiagnosticMasks() public method

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

StatusResult() public method

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