createClientSocket

Networking::createClientSocket

Creates a ClientSocket.

Declaration

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

Parameters

Name

Type

Description

networkType

NetworkType

The network type.

Returns

The memory address to a ClientSocket.