Table of Contents

TCPObject::setBinarySize

(int filesize)Starts to accumulate recived data into a buffer and initialises an array of size filesize. This can be saved with saveBufferToFile

Syntax

void TCPObject::setBinarySize(int %filesize);

Parameters

int %filesize
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

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

References

This function is not called by any other functions.