NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

EveryNSamplesReadEventArgs Class

EveryNSamplesReadEventArgs Class

EveryNSamplesReadEventArgs Class

Provides data for the EveryNSamplesRead event.

Inheritance Hierarchy

SystemObject
  SystemEventArgs
    NationalInstruments.DAQmxEveryNSamplesReadEventArgs

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

Syntax

[SerializableAttribute]
public class EveryNSamplesReadEventArgs : EventArgs, 
	ISerializable
<SerializableAttribute>
Public Class EveryNSamplesReadEventArgs
	Inherits EventArgs
	Implements ISerializable

The EveryNSamplesReadEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyError
Gets the Exception that occurred, if any.
Top

Methods

  NameDescription
Public methodCheckForException
Throws the Exception that occurred, if any exists.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetObjectData
Sets the SerializationInfo object with information about the exception.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

Remarks

Tip Tip
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.

See Also

Was this information helpful?