Stream Call Stream Write navigation bar

Table of Contents

Stream Read

Stream Read

Owning Palette:Not available in this version of RCP Toolkit. Please check for updates.

Requirements:Quanser Rapid Control Prototyping Toolkit, LabVIEW 2020 or newer


Description

The Stream Read VI receives data over a stream. The operation of this VI is affected by the blocking mode of the stream connected to its input. Streams have two modes: blocking (the default) and non-blocking. If a Stream Call or Stream Answer VI is used to create the stream, then the stream will be non-blocking. If a Stream Connect or Stream Accept VI is used to create the stream then the blocking mode of the stream is determined by the Stream Connect or Stream Listen VI.


Polymorphic Instances

  • Stream Read (I8 Scalar)
  • Stream Read (I8 Vector)
  • Stream Read (I16 Scalar)
  • Stream Read (I16 Vector)
  • Stream Read (I32 Scalar)
  • Stream Read (I32 Vector)
  • Stream Read (I64 Scalar)
  • Stream Read (I64 Vector)
  • Stream Read (U8 Scalar)
  • Stream Read (U8 Vector)
  • Stream Read (U16 Scalar)
  • Stream Read (U16 Vector)
  • Stream Read (U32 Scalar)
  • Stream Read (U32 Vector)
  • Stream Read (U64 Scalar)
  • Stream Read (U64 Vector)
  • Stream Read (SGL Scalar)
  • Stream Read (SGL Vector)
  • Stream Read (DBL Scalar)
  • Stream Read (DBL Vector)
  • Stream Read (Bool Scalar)
  • Stream Read (Bool Vector)
  • Stream Read (VAR)


    Examples

  • RCP CL Comm Advanced Stream Example
  • RCP CL Comm Intermediate Stream Example
  • RCP CL Comm Intermediate Stream Mixed Type Example


    See Also

  • Stream WriteThe Stream Write VI writes data to the stream buffer.
  • Stream Answer The Stream Answer VI listens for and accepts a connection from a remote host using non-blocking I/O.
  • Stream CallThe Stream Call VI establishes a connection to a remote host using non-blocking I/O.

    Targets

    Target

    Supported

    Comments

    RCP Windows (64-bit) Target

    Yes

    Fully supported.

     

    navigation bar