closeClientSocket

NetworkingInterface::closeClientSocket

Closes a ClientSocket.

Declaration

virtual void closeClientSocket(ClientSocketInterface* clientSocket) = 0;

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.