Prosoft-technology MVI69-ADMNET Manuale Utente Pagina 101

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 122
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 100
MVI-ADMNET 'C' Programmable WATTCP API Functions
'C' Programmable Application Development Module with Ethernet Developer's Guide
ProSoft Technology, Inc. Page 101 of 122
February 20, 2013
sock_flush
Syntax
void sock_flush( sock_type *skType );
Parameters
skType
Current socket that will be used to flush all the data out of the buffer.
Description
This function is used to flush all the data that is still in the buffer out to the socket.
This function has no effect for UDP, since UDP is a connectionless protocol.
Return Value
None
Example
sock_type *socket;
. . .
sock_flush(socket); // Flush the output
See Also
sock_flushnext (page 102)
Vedere la pagina 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 121 122

Commenti su questo manuale

Nessun commento