[#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(0x7ff36f12a7d8), requires_capability(0x7ff36d829068), requires_capability(0x7ff37edb2708), requires_capability(0x7ff376f0f3c8), requires_capability(0x7ff38f4a27a8), requires_capability(0x7ff37e9f3088), requires_capability(0x7ff38de71948), requires_capability(0x7ff389015e08), requires_capability(0x7ff37aeefa18), requires_capability(0x7ff37c358138), requires_capability(0x7ff37d9e1dc8)]] 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]#