V1Transport::GetReceivedMessage

Retrieve a completed received message, stamping it with the given time.

Synopsis

Declared in <net.h>

[[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
CNetMessage
GetReceivedMessage(
    NodeClock::time_point time,
    bool& reject_message) override;

Return Value

the completed message.

Parameters

NameDescription
timereceipt time to stamp on the returned message.
reject_messageset to true if the message should be rejected.