zStatus zTcpClient_Flush(zTcpClient client);
|
Parameters |
Description |
|
zTcpClient client |
zTcpClient object. |
Forces any bytes buffered by this zTcpClient object to be written to the underlying zSocket.
This function does not affect underlying socket buffers, and does not guarantee that all written bytes have been transmitted.
zTcpClient.h