closeServerSocket

NetworkingInterface::closeServerSocket

Closes a ServerSocket.

Declaration

virtual void closeServerSocket(ServerSocketInterface* serverSocket) = 0;

Parameters

Name

Type

Description

serverSocket

ServerSocketInterface*

The memory address to the ServerSocket to close.

Returns

None.

Notes

If clients were connected to the serverSocket, they will be disconnected.