[#V2Transport-ReceivedMessageComplete] = xref:V2Transport.adoc[V2Transport]::ReceivedMessageComplete :relfileprefix: ../ :mrdocs: Return whether a full message has been received and can be retrieved. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e2b0f1ff8), requires_capability(0x7f2e2aa3b868), requires_capability(0x7f2e22e7bce8), requires_capability(0x7f2e26d288b8), requires_capability(0x7f2e20d4a308), requires_capability(0x7f2e2af17238), requires_capability(0x7f2e4317d4b8), requires_capability(0x7f2e21e509e8), requires_capability(0x7f2e1b876038), requires_capability(0x7f2e35f9d8a8), requires_capability(0x7f2e4396cbf8)]] virtual bool ReceivedMessageComplete() const noexcept override; ---- == Return Value true if a full message is ready to be retrieved. [.small]#Created with https://www.mrdocs.com[MrDocs]#