NI-DAQmx .NET Framework 4.0 API Reference

DigitalMultiChannelWriter.BeginWriteSingleSamplePort Method

  • Updated2023-02-21
  • 2 minute(s) read
DigitalMultiChannelWriter.BeginWriteSingleSamplePort Method

Overload List

  NameDescription
Public methodBeginWriteSingleSamplePort(Boolean, Byte, AsyncCallback, Object)
Begins an asynchronous write of a single 8-bit unsigned integer sample to one or more DOChannel objects in a task.
Public methodBeginWriteSingleSamplePort(Boolean, Int16, AsyncCallback, Object)
Begins an asynchronous write of one or more 16-bit integer samples to one or more DOChannel objects in a task.
Public methodBeginWriteSingleSamplePort(Boolean, Int32, AsyncCallback, Object)
Begins an asynchronous write of a single 32-bit integer sample to one or more DOChannel objects in a task.
Public methodBeginWriteSingleSamplePort(Boolean, UInt16, AsyncCallback, Object)
Begins an asynchronous write of a single 16-bit unsigned integer sample to one or more DOChannel objects in a task.
Public methodBeginWriteSingleSamplePort(Boolean, UInt32, AsyncCallback, Object)
Begins an asynchronous write of a single 32-bit unsigned integer sample to one or more DOChannel objects in a task.
Top

See Also

Log in to get a better experience