Returns true if the current message is complete (so GetReceivedMessage can be called).

Synopsis

Declared in <net.h>

virtual
bool
ReceivedMessageComplete() const = 0;

Return Value

whether a full message is ready to be retrieved.

Created with MrDocs