Table of Contents

TCPObject::setBinary

(bool true/false)Starts to accumulate recived data into a buffer. This can be saved with saveBufferToFile

Syntax

void TCPObject::setBinary(bool %true/false);

Parameters

bool %true/false
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::setBinarySize

References

This function is not called by any other functions.