[#Transport-ReceivedMessageComplete] = xref:Transport.adoc[Transport]::ReceivedMessageComplete :relfileprefix: ../ :mrdocs: Returns true if the current message is complete (so GetReceivedMessage can be called). == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool ReceivedMessageComplete() const = 0; ---- == Return Value whether a full message is ready to be retrieved. [.small]#Created with https://www.mrdocs.com[MrDocs]#