[#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(0x7f950ef8b7a8), requires_capability(0x7f950eb6c968), requires_capability(0x7f950ae1e078), requires_capability(0x7f9502e60f78), requires_capability(0x7f950c4b3588), requires_capability(0x7f94f86360c8), requires_capability(0x7f9522f4e4a8), requires_capability(0x7f950eeeeb48), requires_capability(0x7f951f0a3fd8), requires_capability(0x7f95271c2cb8), requires_capability(0x7f95238d0198)]] 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]#