V1Transport::SetMessageToSend

Set the next message to send, returning whether it was accepted.

Synopsis

Declared in <net.h>

[[requires_capability(0x7fbc92f87118), requires_capability(0x7fbc9e207368), requires_capability(0x7fbc86db90b8), requires_capability(0x7fbc96deee18), requires_capability(0x7fbca518bac8), requires_capability(0x7fbc8465c088), requires_capability(0x7fbc9e0de2b8), requires_capability(0x7fbc8c0da528), requires_capability(0x7fbc92e4f4b8), requires_capability(0x7fbcad25ba48), requires_capability(0x7fbc9efce818)]]
virtual
bool
SetMessageToSend(CSerializedNetMsg& msg) noexcept override;

Return Value

true if the message was accepted, false if none could be set right now.

Parameters

NameDescription
msgthe message to enqueue; may be moved-from on success.