Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
gb
gb.desktop
gb.form
gb.qt4
gb.web
Documents
How To's
Language Index
Language Overviews
Lèxic
Missatges d'Error
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
.Stream.Term.Flush (gb.term)
Sub
Flush
(
Mode
As
Integer
)
Discards data written to the stream but not transmitted, or data received but not read, depending on the value of
Mode
:
Term.TCIFLUSH
Flushes data received but not read.
Term.TCOFLUSH
Flushes data written but not transmitted.
Term.TCIOFLUSH
Flushes both data received but not read, and data written but not transmitted.
This method is a direct interface to the
tcflush()
system function.