closeServerSocket
NetworkingInterface::closeServerSocket
Closes a server socket.
Declaration
virtual void closeServerSocket(ServerSocketInterface* serverSocket) = 0;
Parameters
Name |
Type |
Description |
|---|---|---|
serverSocket |
The memory address to the server socket to close. |
Returns
None.
Notes
If clients were connected to the serverSocket, they will be disconnected.