Set the next message to send, returning whether it was accepted.
Synopsis
Declared in <net.h>
[[requires_capability(0x7ff36f12abd8), requires_capability(0x7ff36d829468), requires_capability(0x7ff37edb2b08), requires_capability(0x7ff376f0f7c8), requires_capability(0x7ff38f4a2ba8), requires_capability(0x7ff37e9f3488), requires_capability(0x7ff38de71d48), requires_capability(0x7ff389016208), requires_capability(0x7ff37aeefe18), requires_capability(0x7ff37c358538), requires_capability(0x7ff37d9e21c8)]]
virtual
bool
SetMessageToSend(CSerializedNetMsg& msg) noexcept override;
Return Value
true if the message was accepted, false if none could be set right now.
Parameters
Name |
Description |
msg |
the message to enqueue; may be moved‐from on success. |
Created with MrDocs