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

Synopsis

Declared in <net.h>

[[requires_capability(0x7ff36f12aac0), requires_capability(0x7ff36d829350), requires_capability(0x7ff37edb29f0), requires_capability(0x7ff376f0f6b0), requires_capability(0x7ff38f4a2a90), requires_capability(0x7ff37e9f3370), requires_capability(0x7ff38de71c30), requires_capability(0x7ff3890160f0), requires_capability(0x7ff37aeefd00), requires_capability(0x7ff37c358420), requires_capability(0x7ff37d9e20b0)]]
virtual
CNetMessage
GetReceivedMessage(
    NodeClock::time_point time,
    bool& reject_message) noexcept override;

Return Value

the completed message.

Parameters

Name

Description

time

receipt time to stamp on the returned message.

reject_message

set to true if the message should be rejected.

Created with MrDocs