quanser.communications.stream.shutdown quanser.communications.stream.close_all navigation bar

Table of Contents

quanser.communications.stream.close

Closes a stream.

Syntax

stream.close
    

Description

Closes the specified stream.

Parameters

stream

Stream handle returned by quanser.communications.stream.connect, quanser.communications.stream.listen or accept.

Outputs

This function has no outputs.

Examples

        stream.close;    % Closes the specified stream.
    

See Also

 

navigation bar