.Stream.Term.Flow (gb.term)
Sub Flow ( Mode As Integer )
Suspends transmission or reception of data on the stream, depending on the value of
Mode:
Term.TCOOFF
|
Suspends output.
|
Term.TCOON
|
Restarts suspended output.
|
Term.TCIOFF
|
Transmits a STOP character, which stops the terminal device from transmitting data to the system.
|
Term.TCION
|
Transmits a START character, which starts the terminal device transmitting data to the system.
|
The default on open of a terminal file is that neither its input nor its output is suspended.
This method is a direct interface to the tcflow()
system function.