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

Synopsis

Declared in <net.h>

[[requires_capability(0x7f950ef8bad8), requires_capability(0x7f950eb6cc98), requires_capability(0x7f950ae1e3a8), requires_capability(0x7f9502e612a8), requires_capability(0x7f950c4b38b8), requires_capability(0x7f94f86363f8), requires_capability(0x7f9522f4e7d8), requires_capability(0x7f950eeeee78), requires_capability(0x7f951f0a4308), requires_capability(0x7f95271c2fe8), requires_capability(0x7f95238d04c8)]]
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