[#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(0x7ff36f10e7e8), requires_capability(0x7ff36d80d018), requires_capability(0x7ff37ed966b8), requires_capability(0x7ff376ef3378), requires_capability(0x7ff38f4867a8), requires_capability(0x7ff37e9d7038), requires_capability(0x7ff38de55938), requires_capability(0x7ff388ff9e28), requires_capability(0x7ff37aed3a18), requires_capability(0x7ff380824908), requires_capability(0x7ff38073e818)]] 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]#