NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API ReferenceDigitalMultiChannelWriter.WriteSingleSamplePort MethodCurrent page
Table of Contents

DigitalMultiChannelWriter.WriteSingleSamplePort Method

DigitalMultiChannelWriter.WriteSingleSamplePort Method

DigitalMultiChannelWriterWriteSingleSamplePort Method

Overload List

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

See Also

In This Section
Was this information helpful?