[#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(0x7f2e2b0d6118), requires_capability(0x7f2e2aa1f928), requires_capability(0x7f2e22e5fda8), requires_capability(0x7f2e26d0c978), requires_capability(0x7f2e20d2e418), requires_capability(0x7f2e37eed768), requires_capability(0x7f2e431615b8), requires_capability(0x7f2e21e34b18), requires_capability(0x7f2e1b85a148), requires_capability(0x7f2e36a574f8), requires_capability(0x7f2e23283048)]] 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]#