createClientSocket

Script::createClientSocket

Creates a client socket.

Declaration

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

Parameters

Name

Type

Description

networkType

NetworkType

The network type.

Returns

The memory address to a client socket.