Prosoft-technology MVI69-ADMNET Manual do Utilizador Página 101

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 122
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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)
Vista de página 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 121 122

Comentários a estes Manuais

Sem comentários