[#V1Transport-SetMessageToSend] = xref:V1Transport.adoc[V1Transport]::SetMessageToSend :relfileprefix: ../ :mrdocs: Set the next message to send, returning whether it was accepted. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[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(xref:CSerializedNetMsg.adoc[CSerializedNetMsg]& msg) noexcept override; ---- == Return Value true if the message was accepted, false if none could be set right now. == Parameters [cols="1,4"] |=== | Name| Description | *msg* | the message to enqueue; may be moved‐from on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#