Table of Contents

TCPObject::saveBufferToFile

(string filename)Save the data recieved since isBinary(true) to a file.

Syntax

void TCPObject::saveBufferToFile(string %filename);

Parameters

string %filename
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

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

References

This function is not called by any other functions.