Retrieve a completed received message, stamping it with the given time.
Declared in <net.h>
[[requires_capability(0x7f2e2b0f22e0), requires_capability(0x7f2e2aa3bb50), requires_capability(0x7f2e22e7bfd0), requires_capability(0x7f2e26d28ba0), requires_capability(0x7f2e20d4a5f0), requires_capability(0x7f2e2af17520), requires_capability(0x7f2e4317d7a0), requires_capability(0x7f2e21e50cd0), requires_capability(0x7f2e1b876320), requires_capability(0x7f2e35f9db90), requires_capability(0x7f2e4396cee0)]]
virtual
CNetMessage
GetReceivedMessage(
NodeClock::time_point time,
bool& reject_message) noexcept override;
the completed message.
| Name | Description |
|---|---|
| time | receipt time to stamp on the returned message. |
| reject_message | set to true if the message should be rejected. |