[#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(0x7f950ef8b9c8), requires_capability(0x7f950eb6cb88), requires_capability(0x7f950ae1e298), requires_capability(0x7f9502e61198), requires_capability(0x7f950c4b37a8), requires_capability(0x7f94f86362e8), requires_capability(0x7f9522f4e6c8), requires_capability(0x7f950eeeed68), requires_capability(0x7f951f0a41f8), requires_capability(0x7f95271c2ed8), requires_capability(0x7f95238d03b8)]] 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]#