[#V1Transport-ReceivedMessageComplete] = xref:V1Transport.adoc[V1Transport]::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(0x7f2e2b0d5de8), requires_capability(0x7f2e2aa1f5f8), requires_capability(0x7f2e22e5fa78), requires_capability(0x7f2e26d0c648), requires_capability(0x7f2e20d2e0e8), requires_capability(0x7f2e37eed438), requires_capability(0x7f2e43161288), requires_capability(0x7f2e21e347e8), requires_capability(0x7f2e1b859e18), requires_capability(0x7f2e36a571c8), requires_capability(0x7f2e23282d18)]] virtual bool ReceivedMessageComplete() const override; ---- == Return Value true if a full message is ready to be retrieved. [.small]#Created with https://www.mrdocs.com[MrDocs]#