[#V1Transport-GetReceivedMessage] = xref:V1Transport.adoc[V1Transport]::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(0x7f2e2b0d6008), requires_capability(0x7f2e2aa1f818), requires_capability(0x7f2e22e5fc98), requires_capability(0x7f2e26d0c868), requires_capability(0x7f2e20d2e308), requires_capability(0x7f2e37eed658), requires_capability(0x7f2e431614a8), requires_capability(0x7f2e21e34a08), requires_capability(0x7f2e1b85a038), requires_capability(0x7f2e36a573e8), requires_capability(0x7f2e23282f38)]] virtual xref:CNetMessage.adoc[CNetMessage] GetReceivedMessage( xref:NodeClock/time_point.adoc[NodeClock::time_point] time, bool& reject_message) 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]#