NI-DAQmx .NET Framework 4.5 API Reference

CounterSingleChannelWriter.BeginWriteMultiSample Method

  • 更新时间2023-02-21
  • 阅读时长1分钟
CounterSingleChannelWriter.BeginWriteMultiSample Method

Overload List

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

See Also