NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DigitalSingleChannelReader Methods

DigitalSingleChannelReader Methods

DigitalSingleChannelReader Methods

The DigitalSingleChannelReader type exposes the following members.

Methods

  NameDescription
Public methodBeginMemoryOptimizedReadMultiSamplePortByte(Int32, AsyncCallback, Object, Byte)
Begins an asynchronous read of one or more 8-bit unsigned integer samples from a single DIChannel in a task.
Public methodBeginMemoryOptimizedReadMultiSamplePortByte(Int32, AsyncCallback, Object, Byte, ReallocationPolicy)
Begins an asynchronous read of one or more 8-bit unsigned integer samples from a single DIChannel in a task.
Public methodBeginMemoryOptimizedReadMultiSamplePortInt32(Int32, AsyncCallback, Object, Int32)
Begins an asynchronous read of one or more 32-bit integer samples from a single DIChannel in a task.
Public methodBeginMemoryOptimizedReadMultiSamplePortInt32(Int32, AsyncCallback, Object, Int32, ReallocationPolicy)
Begins an asynchronous read of one or more 32-bit integer samples from a single DIChannel in a task.
Public methodBeginMemoryOptimizedReadMultiSamplePortUInt16(Int32, AsyncCallback, Object, UInt16)
Begins an asynchronous read of one or more 16-bit unsigned integer samples from a single DIChannel in a task.
Public methodBeginMemoryOptimizedReadMultiSamplePortUInt16(Int32, AsyncCallback, Object, UInt16, ReallocationPolicy)
Begins an asynchronous read of one or more 16-bit unsigned integer samples from a single DIChannel in a task.
Public methodBeginMemoryOptimizedReadMultiSamplePortUInt32(Int32, AsyncCallback, Object, UInt32)
Begins an asynchronous read of one or more 32-bit unsigned integer samples from a single DIChannel in a task.
Public methodBeginMemoryOptimizedReadMultiSamplePortUInt32(Int32, AsyncCallback, Object, UInt32, ReallocationPolicy)
Begins an asynchronous read of one or more 32-bit unsigned integer samples from a single DIChannel in a task.
Public methodBeginMemoryOptimizedReadSingleSampleMultiLine
Begins an asynchronous read of a single Boolean sample from a single DIChannel in a task. The channel can contain multiple digital lines.
Public methodBeginReadMultiSamplePortByte
Begins an asynchronous read of one or more 8-bit unsigned integer samples from a single DIChannel in a task.
Public methodBeginReadMultiSamplePortInt16
Begins an asynchronous read of one or more 16-bit integer samples from a single DIChannel in a task.
Public methodBeginReadMultiSamplePortInt32
Begins an asynchronous read of one or more 32-bit integer samples from a single DIChannel in a task.
Public methodBeginReadMultiSamplePortUInt16
Begins an asynchronous read of one or more 16-bit unsigned integer samples from a single DIChannel in a task.
Public methodBeginReadMultiSamplePortUInt32
Begins an asynchronous read of one or more 32-bit unsigned integer samples from a single DIChannel in a task.
Public methodBeginReadSingleSampleMultiLine
Begins an asynchronous read of a single Boolean sample from a single DIChannel in a task. The channel can contain multiple digital lines.
Public methodBeginReadSingleSamplePortByte
Begins an asynchronous read of a single 8-bit unsigned integer sample from a single DIChannel in a task.
Public methodBeginReadSingleSamplePortInt16
Begins an asynchronous read of a single 16-bit integer sample from a single DIChannel in a task.
Public methodBeginReadSingleSamplePortInt32
Begins an asynchronous read of a single 32-bit integer sample from a single DIChannel in a task.
Public methodBeginReadSingleSamplePortUInt16
Begins an asynchronous read of a single 16-bit unsigned integer sample from a single DIChannel in a task.
Public methodBeginReadSingleSamplePortUInt32
Begins an asynchronous read of a single 32-bit unsigned integer sample from a single DIChannel in a task.
Public methodBeginReadSingleSampleSingleLine
Begins an asynchronous read of a single Boolean sample from a single DIChannel in a task. The task can contain only a single digital line.
Public methodBeginReadWaveform(Int32, AsyncCallback, Object)
Begins an asynchronous read of one or more digital waveform samples from a single DIChannel in a task.
Public methodBeginReadWaveform(TimeSpan, AsyncCallback, Object)
Begins an asynchronous read of one or more digital waveform samples from a single DIChannel in a task for a specified duration.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodEndMemoryOptimizedReadMultiSamplePortByte
Handles the end of an asynchronous read initiated with BeginMemoryOptimizedReadMultiSamplePortByte(Int32, AsyncCallback, Object, Byte) and retrieves the read samples.
Public methodEndMemoryOptimizedReadMultiSamplePortInt32
Handles the end of an asynchronous read initiated with BeginMemoryOptimizedReadMultiSamplePortInt32(Int32, AsyncCallback, Object, Int32) and retrieves the read samples.
Public methodEndMemoryOptimizedReadMultiSamplePortUInt16
Handles the end of an asynchronous read initiated with BeginMemoryOptimizedReadMultiSamplePortUInt16(Int32, AsyncCallback, Object, UInt16) and retrieves the read samples.
Public methodEndMemoryOptimizedReadMultiSamplePortUInt32
Handles the end of an asynchronous read initiated with BeginMemoryOptimizedReadMultiSamplePortUInt32(Int32, AsyncCallback, Object, UInt32) and retrieves the read samples.
Public methodEndMemoryOptimizedReadSingleSampleMultiLine
Handles the end of an asynchronous read initiated with BeginMemoryOptimizedReadSingleSampleMultiLine(AsyncCallback, Object, Boolean) and retrieves the read samples.
Public methodEndReadMultiSamplePortByte
Handles the end of an asynchronous read initiated with BeginReadMultiSamplePortByte(Int32, AsyncCallback, Object) and retrieves the read samples.
Public methodEndReadMultiSamplePortInt16
Handles the end of an asynchronous read initiated with BeginReadMultiSamplePortInt16(Int32, AsyncCallback, Object) and retrieves the read samples.
Public methodEndReadMultiSamplePortInt32
Handles the end of an asynchronous read initiated with BeginReadMultiSamplePortInt32(Int32, AsyncCallback, Object) and retrieves the read samples.
Public methodEndReadMultiSamplePortUInt16
Handles the end of an asynchronous read initiated with BeginReadMultiSamplePortUInt16(Int32, AsyncCallback, Object) and retrieves the read samples.
Public methodEndReadMultiSamplePortUInt32
Handles the end of an asynchronous read initiated with BeginReadMultiSamplePortUInt32(Int32, AsyncCallback, Object) and retrieves the read samples.
Public methodEndReadSingleSampleMultiLine
Handles the end of an asynchronous read initiated with BeginReadSingleSampleMultiLine(AsyncCallback, Object) and retrieves the read samples.
Public methodEndReadSingleSamplePortByte
Handles the end of an asynchronous read initiated with BeginReadSingleSamplePortByte(AsyncCallback, Object) and retrieves the read samples.
Public methodEndReadSingleSamplePortInt16
Handles the end of an asynchronous read initiated with BeginReadSingleSamplePortInt16(AsyncCallback, Object) and retrieves the read samples.
Public methodEndReadSingleSamplePortInt32
Handles the end of an asynchronous read initiated with BeginReadSingleSamplePortInt32(AsyncCallback, Object) and retrieves the read samples.
Public methodEndReadSingleSamplePortUInt16
Handles the end of an asynchronous read initiated with BeginReadSingleSamplePortUInt16(AsyncCallback, Object) and retrieves the read samples.
Public methodEndReadSingleSamplePortUInt32
Handles the end of an asynchronous read initiated with BeginReadSingleSamplePortUInt32(AsyncCallback, Object) and retrieves the read samples.
Public methodEndReadSingleSampleSingleLine
Handles the end of an asynchronous read initiated with BeginReadSingleSampleSingleLine(AsyncCallback, Object) and retrieves the read samples.
Public methodEndReadWaveform
Handles the end of an asynchronous read initiated with BeginReadWaveform(Int32, AsyncCallback, Object) and retrieves the read samples.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodMemoryOptimizedReadMultiSamplePortByte(Int32, Byte, Int32)
Reads one or more 8-bit unsigned integer samples from a single DIChannel in a task.
Public methodMemoryOptimizedReadMultiSamplePortByte(Int32, Byte, ReallocationPolicy, Int32)
Reads one or more 8-bit unsigned integer samples from a single DIChannel in a task.
Public methodMemoryOptimizedReadMultiSamplePortInt32(Int32, Int32, Int32)
Reads one or more 32-bit integer samples from a single DIChannel in a task.
Public methodMemoryOptimizedReadMultiSamplePortInt32(Int32, Int32, ReallocationPolicy, Int32)
Reads one or more 32-bit integer samples from a single DIChannel in a task.
Public methodMemoryOptimizedReadMultiSamplePortUInt16(Int32, UInt16, Int32)
Reads one or more 16-bit unsigned integer samples from a single DIChannel in a task.
Public methodMemoryOptimizedReadMultiSamplePortUInt16(Int32, UInt16, ReallocationPolicy, Int32)
Reads one or more 16-bit unsigned integer samples from a single DIChannel in a task.
Public methodMemoryOptimizedReadMultiSamplePortUInt32(Int32, UInt32, Int32)
Reads one or more 32-bit unsigned integer samples from a single DIChannel in a task.
Public methodMemoryOptimizedReadMultiSamplePortUInt32(Int32, UInt32, ReallocationPolicy, Int32)
Reads one or more 32-bit unsigned integer samples from a single DIChannel in a task.
Public methodMemoryOptimizedReadSingleSampleMultiLine
Reads a single Boolean sample from a single DIChannel in a task. The channel can contain multiple digital lines.
Public methodReadMultiSamplePortByte
Reads one or more 8-bit unsigned integer samples from a single DIChannel in a task.
Public methodReadMultiSamplePortInt16
Reads one or more 16-bit integer samples from a single DIChannel in a task.
Public methodReadMultiSamplePortInt32
Reads one or more 32-bit integer samples from a single DIChannel in a task.
Public methodReadMultiSamplePortUInt16
Reads one or more 16-bit unsigned integer samples from a single DIChannel in a task.
Public methodReadMultiSamplePortUInt32
Reads one or more 32-bit unsigned integer samples from a single DIChannel in a task.
Public methodReadSingleSampleMultiLine
Reads a single Boolean sample from a single DIChannel in a task. The channel can contain multiple digital lines.
Public methodReadSingleSamplePortByte
Reads a single 8-bit unsigned integer sample from a single DIChannel in a task.
Public methodReadSingleSamplePortInt16
Reads a single 16-bit integer sample from a single DIChannel in a task.
Public methodReadSingleSamplePortInt32
Reads a single 32-bit integer sample from a single DIChannel in a task.
Public methodReadSingleSamplePortUInt16
Reads a single 16-bit unsigned integer sample from a single DIChannel in a task.
Public methodReadSingleSamplePortUInt32
Reads a single 32-bit unsigned integer sample from a single DIChannel in a task.
Public methodReadSingleSampleSingleLine
Reads a single Boolean sample from a single DIChannel in a task. The task can contain only a single digital line.
Public methodReadWaveform(Int32)
Reads one or more digital waveform samples from a single DIChannel in a task.
Public methodReadWaveform(TimeSpan)
Reads one or more digital waveform samples from a single DIChannel in a task for a specified duration.
Public methodToString
Returns a string representation of the object.
(Overrides ObjectToString.)
Top

See Also

In This Section
Was this information helpful?