[#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(0x7f950efa79b8), requires_capability(0x7f950eb88bd8), requires_capability(0x7f950ae3a2e8), requires_capability(0x7f9502e7d1e8), requires_capability(0x7f952353bd68), requires_capability(0x7f94f8652338), requires_capability(0x7f9522f6a6d8), requires_capability(0x7f950ef0ad48), requires_capability(0x7f951f0c01f8), requires_capability(0x7f9508067188), requires_capability(0x7f9522719ee8)]] 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]#