NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CounterSingleChannelReader Constructor

CounterSingleChannelReader Constructor

CounterSingleChannelReader Constructor

Creates a new instance of the CounterSingleChannelReader class to read from the specified DaqStream.

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

Syntax

public CounterSingleChannelReader(
	DaqStream stream
)
Public Sub New ( 
	stream As DaqStream
)

Parameters

stream
Type: NationalInstruments.DAQmxDaqStream
The DaqStream to read.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

Each Task object contains a Stream property that serves as the connection point for readers to access the samples generated by that task.

NI-DAQmx read and write methods time out after the amount of time specified by the Timeout property on the task you are reading from or writing to.

See Also

Was this information helpful?