Документация по Gambas 2
Development Environment Documentation
Documents
Language Index
Language Overviews
Lexicon
Компиляция & Установка
Последние изменения
ПРОЧТИ
Регистрация
Что переводить
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.