[#V2Transport-GetReceivedMessage] = xref:V2Transport.adoc[V2Transport]::GetReceivedMessage :relfileprefix: ../ :mrdocs: Retrieve a completed received message, stamping it with the given time. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff36f12aac0), requires_capability(0x7ff36d829350), requires_capability(0x7ff37edb29f0), requires_capability(0x7ff376f0f6b0), requires_capability(0x7ff38f4a2a90), requires_capability(0x7ff37e9f3370), requires_capability(0x7ff38de71c30), requires_capability(0x7ff3890160f0), requires_capability(0x7ff37aeefd00), requires_capability(0x7ff37c358420), requires_capability(0x7ff37d9e20b0)]] virtual xref:CNetMessage.adoc[CNetMessage] GetReceivedMessage( xref:NodeClock/time_point.adoc[NodeClock::time_point] time, bool& reject_message) noexcept override; ---- == Return Value the completed message. == Parameters [cols="1,4"] |=== | Name| Description | *time* | receipt time to stamp on the returned message. | *reject_message* | set to true if the message should be rejected. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#