DaqWarningEventArgs Class
- Updated2023-02-21
- 3 minute(s) read
DaqWarningEventArgs Class
Provides data for the DaqWarning event.
Inheritance Hierarchy
SystemObject
SystemEventArgs
NationalInstruments.DAQmxDaqWarningEventArgs
SystemEventArgs
NationalInstruments.DAQmxDaqWarningEventArgs
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
[SerializableAttribute] public class DaqWarningEventArgs : EventArgs, ISerializable
<SerializableAttribute> Public Class DaqWarningEventArgs Inherits EventArgs Implements ISerializable
The DaqWarningEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Error | Gets the NI-DAQmx driver code for the warning that occurred. Zero means no warning occurred. |
![]() | Message | Gets a message that describes the warning. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetObjectData | Sets the SerializationInfo object with information about the exception. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string representation of the object. (Overrides ObjectToString.) |
Remarks
![]() |
---|
Example applications are located in the Public Documents\National Instruments\NI-DAQ\Examples\DotNET4.x directory or in the Start menu at National InstrumentsNI-DAQmxNI-DAQmx Examples. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.