DigitalSingleChannelReader Methods
- Updated2023-02-21
- 10 minute(s) read
DigitalSingleChannelReader Methods
The DigitalSingleChannelReader type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | BeginMemoryOptimizedReadMultiSamplePortByte(Int32, AsyncCallback, Object, Byte) |
Begins an asynchronous read of one or more 8-bit unsigned integer samples from a single
DIChannel
in a task.
|
![]() | BeginMemoryOptimizedReadMultiSamplePortByte(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.
|
![]() | BeginMemoryOptimizedReadMultiSamplePortInt32(Int32, AsyncCallback, Object, Int32) |
Begins an asynchronous read of one or more 32-bit integer samples from a single
DIChannel
in a task.
|
![]() | BeginMemoryOptimizedReadMultiSamplePortInt32(Int32, AsyncCallback, Object, Int32, ReallocationPolicy) |
Begins an asynchronous read of one or more 32-bit integer samples from a single
DIChannel
in a task.
|
![]() | BeginMemoryOptimizedReadMultiSamplePortUInt16(Int32, AsyncCallback, Object, UInt16) |
Begins an asynchronous read of one or more 16-bit unsigned integer samples from a single
DIChannel
in a task.
|
![]() | BeginMemoryOptimizedReadMultiSamplePortUInt16(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.
|
![]() | BeginMemoryOptimizedReadMultiSamplePortUInt32(Int32, AsyncCallback, Object, UInt32) |
Begins an asynchronous read of one or more 32-bit unsigned integer samples from a single
DIChannel
in a task.
|
![]() | BeginMemoryOptimizedReadMultiSamplePortUInt32(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.
|
![]() | BeginMemoryOptimizedReadSingleSampleMultiLine | Begins an asynchronous read of a single Boolean sample from a single DIChannel in a task. The channel can contain multiple digital lines.
|
![]() | BeginReadMultiSamplePortByte | Begins an asynchronous read of one or more 8-bit unsigned integer samples from a single DIChannel in a task. |
![]() | BeginReadMultiSamplePortInt16 | Begins an asynchronous read of one or more 16-bit integer samples from a single DIChannel in a task.
|
![]() | BeginReadMultiSamplePortInt32 | Begins an asynchronous read of one or more 32-bit integer samples from a single DIChannel in a task.
|
![]() | BeginReadMultiSamplePortUInt16 | Begins an asynchronous read of one or more 16-bit unsigned integer samples from a single DIChannel in a task.
|
![]() | BeginReadMultiSamplePortUInt32 | Begins an asynchronous read of one or more 32-bit unsigned integer samples from a single DIChannel in a task.
|
![]() | BeginReadSingleSampleMultiLine | Begins an asynchronous read of a single Boolean sample from a single DIChannel in a task. The channel can contain multiple digital lines.
|
![]() | BeginReadSingleSamplePortByte | Begins an asynchronous read of a single 8-bit unsigned integer sample from a single DIChannel in a task.
|
![]() | BeginReadSingleSamplePortInt16 | Begins an asynchronous read of a single 16-bit integer sample from a single DIChannel in a task.
|
![]() | BeginReadSingleSamplePortInt32 | Begins an asynchronous read of a single 32-bit integer sample from a single DIChannel in a task.
|
![]() | BeginReadSingleSamplePortUInt16 | Begins an asynchronous read of a single 16-bit unsigned integer sample from a single DIChannel in a task.
|
![]() | BeginReadSingleSamplePortUInt32 | Begins an asynchronous read of a single 32-bit unsigned integer sample from a single DIChannel in a task.
|
![]() | BeginReadSingleSampleSingleLine | 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. |
![]() | BeginReadWaveform(Int32, AsyncCallback, Object) | Begins an asynchronous read of one or more digital waveform samples from a single DIChannel in a task.
|
![]() | BeginReadWaveform(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. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | EndMemoryOptimizedReadMultiSamplePortByte |
Handles the end of an asynchronous read initiated with
BeginMemoryOptimizedReadMultiSamplePortByte(Int32, AsyncCallback, Object, Byte)
and retrieves the read samples.
|
![]() | EndMemoryOptimizedReadMultiSamplePortInt32 |
Handles the end of an asynchronous read initiated with
BeginMemoryOptimizedReadMultiSamplePortInt32(Int32, AsyncCallback, Object, Int32)
and retrieves the read samples.
|
![]() | EndMemoryOptimizedReadMultiSamplePortUInt16 |
Handles the end of an asynchronous read initiated with
BeginMemoryOptimizedReadMultiSamplePortUInt16(Int32, AsyncCallback, Object, UInt16)
and retrieves the read samples.
|
![]() | EndMemoryOptimizedReadMultiSamplePortUInt32 |
Handles the end of an asynchronous read initiated with
BeginMemoryOptimizedReadMultiSamplePortUInt32(Int32, AsyncCallback, Object, UInt32)
and retrieves the read samples.
|
![]() | EndMemoryOptimizedReadSingleSampleMultiLine | Handles the end of an asynchronous read initiated with BeginMemoryOptimizedReadSingleSampleMultiLine(AsyncCallback, Object, Boolean) and retrieves the read samples. |
![]() | EndReadMultiSamplePortByte | Handles the end of an asynchronous read initiated with BeginReadMultiSamplePortByte(Int32, AsyncCallback, Object) and retrieves the read samples. |
![]() | EndReadMultiSamplePortInt16 | Handles the end of an asynchronous read initiated with BeginReadMultiSamplePortInt16(Int32, AsyncCallback, Object) and retrieves the read samples. |
![]() | EndReadMultiSamplePortInt32 | Handles the end of an asynchronous read initiated with BeginReadMultiSamplePortInt32(Int32, AsyncCallback, Object) and retrieves the read samples. |
![]() | EndReadMultiSamplePortUInt16 | Handles the end of an asynchronous read initiated with BeginReadMultiSamplePortUInt16(Int32, AsyncCallback, Object) and retrieves the read samples. |
![]() | EndReadMultiSamplePortUInt32 | Handles the end of an asynchronous read initiated with BeginReadMultiSamplePortUInt32(Int32, AsyncCallback, Object) and retrieves the read samples. |
![]() | EndReadSingleSampleMultiLine | Handles the end of an asynchronous read initiated with BeginReadSingleSampleMultiLine(AsyncCallback, Object) and retrieves the read samples. |
![]() | EndReadSingleSamplePortByte | Handles the end of an asynchronous read initiated with BeginReadSingleSamplePortByte(AsyncCallback, Object) and retrieves the read samples. |
![]() | EndReadSingleSamplePortInt16 | Handles the end of an asynchronous read initiated with BeginReadSingleSamplePortInt16(AsyncCallback, Object) and retrieves the read samples. |
![]() | EndReadSingleSamplePortInt32 | Handles the end of an asynchronous read initiated with BeginReadSingleSamplePortInt32(AsyncCallback, Object) and retrieves the read samples. |
![]() | EndReadSingleSamplePortUInt16 | Handles the end of an asynchronous read initiated with BeginReadSingleSamplePortUInt16(AsyncCallback, Object) and retrieves the read samples. |
![]() | EndReadSingleSamplePortUInt32 | Handles the end of an asynchronous read initiated with BeginReadSingleSamplePortUInt32(AsyncCallback, Object) and retrieves the read samples. |
![]() | EndReadSingleSampleSingleLine | Handles the end of an asynchronous read initiated with BeginReadSingleSampleSingleLine(AsyncCallback, Object) and retrieves the read samples. |
![]() | EndReadWaveform | Handles the end of an asynchronous read initiated with BeginReadWaveform(Int32, AsyncCallback, Object) and retrieves the read samples. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | MemoryOptimizedReadMultiSamplePortByte(Int32, Byte, Int32) |
Reads one or more 8-bit unsigned integer samples from a single
DIChannel
in a task.
|
![]() | MemoryOptimizedReadMultiSamplePortByte(Int32, Byte, ReallocationPolicy, Int32) |
Reads one or more 8-bit unsigned integer samples from a single DIChannel in a task.
|
![]() | MemoryOptimizedReadMultiSamplePortInt32(Int32, Int32, Int32) |
Reads one or more 32-bit integer samples from a single
DIChannel
in a task.
|
![]() | MemoryOptimizedReadMultiSamplePortInt32(Int32, Int32, ReallocationPolicy, Int32) |
Reads one or more 32-bit integer samples from a single
DIChannel
in a task.
|
![]() | MemoryOptimizedReadMultiSamplePortUInt16(Int32, UInt16, Int32) |
Reads one or more 16-bit unsigned integer samples from a single
DIChannel
in a task.
|
![]() | MemoryOptimizedReadMultiSamplePortUInt16(Int32, UInt16, ReallocationPolicy, Int32) |
Reads one or more 16-bit unsigned integer samples from a single
DIChannel
in a task.
|
![]() | MemoryOptimizedReadMultiSamplePortUInt32(Int32, UInt32, Int32) |
Reads one or more 32-bit unsigned integer samples from a single
DIChannel
in a task.
|
![]() | MemoryOptimizedReadMultiSamplePortUInt32(Int32, UInt32, ReallocationPolicy, Int32) |
Reads one or more 32-bit unsigned integer samples from a single
DIChannel
in a task.
|
![]() | MemoryOptimizedReadSingleSampleMultiLine | Reads a single Boolean sample from a single DIChannel in a task. The channel can contain multiple digital lines.
|
![]() | ReadMultiSamplePortByte | Reads one or more 8-bit unsigned integer samples from a single DIChannel in a task. |
![]() | ReadMultiSamplePortInt16 | Reads one or more 16-bit integer samples from a single DIChannel in a task.
|
![]() | ReadMultiSamplePortInt32 | Reads one or more 32-bit integer samples from a single DIChannel in a task.
|
![]() | ReadMultiSamplePortUInt16 | Reads one or more 16-bit unsigned integer samples from a single DIChannel in a task.
|
![]() | ReadMultiSamplePortUInt32 | Reads one or more 32-bit unsigned integer samples from a single DIChannel in a task.
|
![]() | ReadSingleSampleMultiLine | Reads a single Boolean sample from a single DIChannel in a task. The channel can contain multiple digital lines.
|
![]() | ReadSingleSamplePortByte | Reads a single 8-bit unsigned integer sample from a single DIChannel in a task.
|
![]() | ReadSingleSamplePortInt16 | Reads a single 16-bit integer sample from a single DIChannel in a task.
|
![]() | ReadSingleSamplePortInt32 | Reads a single 32-bit integer sample from a single DIChannel in a task.
|
![]() | ReadSingleSamplePortUInt16 | Reads a single 16-bit unsigned integer sample from a single DIChannel in a task.
|
![]() | ReadSingleSamplePortUInt32 | Reads a single 32-bit unsigned integer sample from a single DIChannel in a task.
|
![]() | ReadSingleSampleSingleLine | Reads a single Boolean sample from a single DIChannel in a task. The task can contain only a single digital line. |
![]() | ReadWaveform(Int32) | Reads one or more digital waveform samples from a single DIChannel in a task.
|
![]() | ReadWaveform(TimeSpan) | Reads one or more digital waveform samples from a single DIChannel in a task for a specified duration.
|
![]() | ToString | Returns a string representation of the object. (Overrides ObjectToString.) |