NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DigitalSingleChannelWriter.WriteSingleSamplePort Method

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

Overload List

  NameDescription
Public methodWriteSingleSamplePort(Boolean, Byte)
Writes a single 8-bit unsigned integer sample to a single DOChannel in a task.
Public methodWriteSingleSamplePort(Boolean, Int16)
Writes a single 16-bit integer sample to a single DOChannel in a task.
Public methodWriteSingleSamplePort(Boolean, Int32)
Writes a single 32-bit integer sample to a single DOChannel in a task.
Public methodWriteSingleSamplePort(Boolean, UInt16)
Writes a single 16-bit unsigned integer sample to a single DOChannel in a task.
Public methodWriteSingleSamplePort(Boolean, UInt32)
Writes a single 32-bit unsigned integer sample to a single DOChannel in a task.
Top

See Also

Log in to get a better experience