DigitalMultiChannelWriter Class
- Updated2023-02-21
- 7 minute(s) read
DigitalMultiChannelWriter Class
Contains methods for writing samples to one or more digital output channels in a task.
Inheritance Hierarchy
SystemObject
SystemMarshalByRefObject
NationalInstruments.DAQmxDigitalMultiChannelWriter
SystemMarshalByRefObject
NationalInstruments.DAQmxDigitalMultiChannelWriter
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public class DigitalMultiChannelWriter : MarshalByRefObject, ISynchronizeCallbacks, ISupportSynchronizationContext
Public Class DigitalMultiChannelWriter Inherits MarshalByRefObject Implements ISynchronizeCallbacks, ISupportSynchronizationContext
The DigitalMultiChannelWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DigitalMultiChannelWriter | Creates a new instance of the DigitalMultiChannelWriter class to write to the specified DaqStream. |
Properties
Name | Description | |
---|---|---|
![]() | SynchronizeCallbacks | Specifies how events and callback delegates are invoked.
|
Methods
Top
Remarks
![]() |
---|
Example applications are located in the Public Documents\National Instruments\NI-DAQ\Examples\DotNET4.x directory or in the Start menu at National InstrumentsNI-DAQmxNI-DAQmx Examples. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.