V2Transport::GetReceivedMessage

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

Synopsis

Declared in <net.h>

[[requires_capability(0x7fbc92fa32e0), requires_capability(0x7fbc9e223590), requires_capability(0x7fbc86dd52e0), requires_capability(0x7fbc96e0b040), requires_capability(0x7fbc8f8efd30), requires_capability(0x7fbc846782b0), requires_capability(0x7fbc9e0fa4a0), requires_capability(0x7fbc8c0f66e0), requires_capability(0x7fbc92e6b690), requires_capability(0x7fbcad93ed60), requires_capability(0x7fbc918650e0)]]
virtual
CNetMessage
GetReceivedMessage(
    NodeClock::time_point time,
    bool& reject_message) noexcept 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.