NI-DAQmx .NET Framework 4.5 API Reference

AnalogUnscaledWriter.BeginWrite Method

  • 更新时间2023-02-21
  • 阅读时长2分钟
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