closeClientSocket

Networking::closeClientSocket

Closes a ClientSocket.

Declaration

void closeClientSocket(ClientSocketInterface* clientSocket);

Parameters

Name

Type

Description

clientSocket

ClientSocketInterface*

The memory address to the ClientSocket to close.

Returns

None.

Notes

If clientSocket was connected to a server, it will be disconnected.