zStatus zTcpClient_Destroy(zTcpClient client);
|
Parameters |
Description |
|
zTcpClient client |
The zTcpClient object to be destroyed. |
Destroys a zTcpClient object.
If the Client is connected, this function will close the connection before destroying the client object.
zTcpClient.h