Set the next message to send, returning whether it was accepted.
Synopsis
Declared in <net.h>
[[requires_capability(0x7fbc92fa33f8), requires_capability(0x7fbc9e2236a8), requires_capability(0x7fbc86dd53f8), requires_capability(0x7fbc96e0b158), requires_capability(0x7fbc8f8efe48), requires_capability(0x7fbc846783c8), requires_capability(0x7fbc9e0fa5b8), requires_capability(0x7fbc8c0f67f8), requires_capability(0x7fbc92e6b7a8), requires_capability(0x7fbcad93ee78), requires_capability(0x7fbc918651f8)]]
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