Zen API
|
kStatus kTcpClient_Shutdown | ( | kTcpClient | client | ) |
Begins shutdown of communication.
Shutdown will occur automatically when the client is destroyed. This method can be used to explicitly initiate shutdown before the client is destroyed.
After shutdown, any additional I/O operations will fail.
client | TCP client object. |