Table of Contents

TCPObject::listen

(int port)Start listening on the specified ports for connections.

Syntax

void TCPObject::listen(int %port);

Parameters

int %port
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

TCPObject::connect
TCPObject::delete
TCPObject::disconnect
TCPObject::saveBufferToFile
TCPObject::send
TCPObject::setBinary
TCPObject::setBinarySize

References

This function is not called by any other functions.