Stream Set Swap Bytes End of trail navigation bar

Table of Contents

Stream Shutdown

Stream Shutdown

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 Shutdown shuts down a stream. This VI may be used to shut down a stream running in another thread. It does not close the stream. Use Stream Close to close a stream. In general, for protocols which support the notion of a connection between a client and server, once a stream is shut down it will no longer allow data to be sent to the peer and the peer will be notified that the connection has been shut down so that it can close the connection gracefully.


Required Inputs All required inputs must be wired. They appear in bold text in the context help window for the VI.
stream in

stream in is a reference to the stream to be shut down.


Outputs

error out error out contains error information. If the error in cluster indicated an error, the error out cluster contains the same information. Otherwise, error out describes the error status of this VI.
status icon status is TRUE if an error occurred. If status is TRUE, the VI does not perform any operations.
code icon code is the error code number identifying an error. A value of 0 means no error, a negative value means a fatal error, and a positive value is a warning. Refer to the Quanser Error Codes for a code description.
source icon source identifies where an error occurred. The source string is usually the name of the VI that produced the error.


Feedthrough Behaviour

All input/output pairs of this function have direct feedthrough behaviour.


Examples

There are currently no examples


See Also

  • Stream CloseThe Stream Close VI closes a stream created using Stream Connect or Stream Listen.

    Targets

    Target

    Supported

    Comments

    RCP Windows (64-bit) Target

    Yes

    Fully supported.

     

    navigation bar