createClientSocket

NetworkingInterface::createClientSocket

Creates a ClientSocket.

Declaration

virtual ClientSocketInterface* createClientSocket(NetworkType networkType = NetworkType::UDP) = 0;

Parameters

Name

Type

Description

networkType

NetworkType

The network type.

Returns

The memory address to a ClientSocket.