NI-DAQmx .NET Framework 4.5 API Reference

CounterMultiChannelWriter.BeginWriteSingleSample Method

  • Updated2023-02-21
  • 1 minute(s) read
CounterMultiChannelWriter.BeginWriteSingleSample Method

Overload List

  NameDescription
Public methodBeginWriteSingleSample(Boolean, CODataFrequency, AsyncCallback, Object)
Begins an asynchronous write of a single frequency sample to one or more COChannel objects in a counter output task.
Public methodBeginWriteSingleSample(Boolean, CODataTicks, AsyncCallback, Object)
Begins an asynchronous write of a single ticks sample to one or more COChannel objects in a counter output task.
Public methodBeginWriteSingleSample(Boolean, CODataTime, AsyncCallback, Object)
Begins an asynchronous write of a single time sample to one or more COChannel objects in a counter output task.
Top

See Also