NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DigitalMultiChannelWriter.BeginWriteMultiSamplePort Method

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

Overload List

  NameDescription
Public methodBeginWriteMultiSamplePort(Boolean, Byte, AsyncCallback, Object)
Begins an asynchronous write of one or more 8-bit unsigned integer samples to one or more DOChannel objects in a task.
Public methodBeginWriteMultiSamplePort(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 methodBeginWriteMultiSamplePort(Boolean, Int32, AsyncCallback, Object)
Begins an asynchronous write of one or more 32-bit integer samples to one or more DOChannel objects in a task.
Public methodBeginWriteMultiSamplePort(Boolean, UInt16, AsyncCallback, Object)
Begins an asynchronous write of one or more 16-bit unsigned integer samples to one or more DOChannel objects in a task.
Public methodBeginWriteMultiSamplePort(Boolean, UInt32, AsyncCallback, Object)
Begins an asynchronous write of one or more 32-bit unsigned integer samples to one or more DOChannel objects in a task.
Top

See Also

Log in to get a better experience