Retrieve a completed received message, stamping it with the given time.
Synopsis
Declared in <net.h>
[[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
CNetMessage
GetReceivedMessage(
NodeClock::time_point time,
bool& reject_message) 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