====== TCPObject::saveBufferToFile ====== (string filename)Save the data recieved since isBinary(true) to a file. ===== Syntax ===== void TCPObject::saveBufferToFile(string %filename); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%filename%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:tcpobject:connect|TCPObject::connect]]\\ [[scripting:doc:u:tcpobject:delete|TCPObject::delete]]\\ [[scripting:doc:u:tcpobject:disconnect|TCPObject::disconnect]]\\ [[scripting:doc:u:tcpobject:listen|TCPObject::listen]]\\ [[scripting:doc:u:tcpobject:send|TCPObject::send]]\\ [[scripting:doc:u:tcpobject:setbinary|TCPObject::setBinary]]\\ [[scripting:doc:u:tcpobject:setbinarysize|TCPObject::setBinarySize]]\\ ===== References ===== This function is not called by any other functions.