NI-DAQmx .NET Framework 4.5 API Reference

DigitalSingleChannelWriter.BeginWriteSingleSamplePort Method

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

Overload List

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

See Also