NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

DaqWarningEventArgs.Error Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqWarningEventArgs.Error Property
Gets the NI-DAQmx driver code for the warning that occurred. Zero means no warning occurred.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public int Error { get; }
Public ReadOnly Property Error As Integer
	Get

Property Value

Type: Int32
The NI-DAQmx driver code for the warning that occurred.

Remarks

Refer to NI-DAQmx Driver Error Codes for a list of possible values.

See Also

Log in to get a better experience