NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

CounterOutputEventArgs Class

  • Updated2023-02-21
  • 2 minute(s) read
CounterOutputEventArgs Class
Provides data for the CounterOutput event.

Inheritance Hierarchy

SystemObject
  SystemEventArgs
    NationalInstruments.DAQmxCounterOutputEventArgs

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

Syntax

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

The CounterOutputEventArgs type exposes the following members.

Methods

  NameDescription
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 the default hash function.
(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

Log in to get a better experience