NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AnalogUnscaledWriter.BeginWrite Method

  • Updated2023-02-21
  • 2 minute(s) read
AnalogUnscaledWriter.BeginWrite Method

Overload List

  NameDescription
Public methodBeginWrite(Boolean, Int16, AsyncCallback, Object)
Begins an asynchronous write of one or more unscaled 16-bit integer samples to one or more AOChannel objects in a task.
Public methodBeginWrite(Boolean, Int32, AsyncCallback, Object)
Begins an asynchronous write of one or more unscaled 32-bit integer samples to one or more AOChannel objects in a task.
Public methodBeginWrite(Boolean, UInt16, AsyncCallback, Object)
Begins an asynchronous write of one or more unscaled 16-bit unsigned integer samples to one or more AOChannel objects in a task.
Public methodBeginWrite(Boolean, UInt32, AsyncCallback, Object)
Begins an asynchronous write of one or more unscaled 32-bit unsigned integer samples to one or more AOChannel objects in a task.
Top

See Also

Log in to get a better experience