[#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(0x7f2e2b0f22e0), requires_capability(0x7f2e2aa3bb50), requires_capability(0x7f2e22e7bfd0), requires_capability(0x7f2e26d28ba0), requires_capability(0x7f2e20d4a5f0), requires_capability(0x7f2e2af17520), requires_capability(0x7f2e4317d7a0), requires_capability(0x7f2e21e50cd0), requires_capability(0x7f2e1b876320), requires_capability(0x7f2e35f9db90), requires_capability(0x7f2e4396cee0)]] 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]#