ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgSelfTestResult Constructor

  • Updated2024-05-08
  • 1 minute(s) read
RfsgSelfTestResult Constructor

RfsgSelfTestResult Constructor

Initializes a new instance of RfsgSelfTestResult.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public RfsgSelfTestResult(
	int code,
	string message
)
Public Sub New ( 
	code As Integer,
	message As String
)

Parameters

code
Type: SystemInt32
Specifies the numeric result from the self-test operation. 0 = no error (test passed).
message
Type: SystemString
Specifies the self-test status message.

See Also

Log in to get a better experience