projman/hlp/fr/tcl/flush.htm
2015-10-19 14:27:31 +04:00

23 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<HTML><HEAD>
<BASEFONT FACE="Times New Roman" SIZE="2" COLOR="#000000">
</HEAD>
<BODY>
<div><H3><b>flush&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Commandes Internes Tcl</b></H3></div>
<HR ALIGN="center">
<div><b>NOM</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;">flush Vide le tampon de sortie d'un canal
</div><br>
<div><b>SYNTAXE</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;"><b>flush </b><i>channelId</i>
</div><br>
<div><b>DESCRIPTION</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;">Vide toute sortie mise en tampon de <i>channelId</i>. <i>ChannelId</i> doit être un identificateur de canal tel que celui renvoyé par unecommande précédent <A HREF="142.htm"><b>open</b></A> ou <A HREF="162.htm"><b>socket</b></A>, et il doit avoir été ouvert en écriture. Si le canal est en mode bloquant la commande ne retourne pas jusqu'a ce que tout le tampon de sortie ait été vidé dans le canal. Si le canal est en mode non bloquant, la commande peut retourner avant que tout le tampon de sortie ait été vidé; le restant sera vidé en arrière-plan aussi vite que le fichier ou périphérique sous-jacent sera capable de l'absorber <br>
</div><br>
<div><b>VOIR EGALEMENT</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;"><A HREF="142.htm">open</A>(n), <A HREF="162.htm">socket</A>(n) </div><br>
<div>Dernière révision: 7.5</div>
<br>
<br><div ALIGN="CENTER"><A HREF="index.htm"><b>Index</b></A>&nbsp;&nbsp;<A HREF="113.htm"><b>Précédent</b></A>&nbsp;&nbsp;<A HREF="115.htm"><b>Suivant</b></A>
</div>
</BODY></HTML>