[#V2Transport-GetBytesToSend] = xref:V2Transport.adoc[V2Transport]::GetBytesToSend :relfileprefix: ../ :mrdocs: Return the bytes currently pending to be sent on the wire. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff36f12ace8), requires_capability(0x7ff36d829578), requires_capability(0x7ff37edb2c18), requires_capability(0x7ff376f0f8d8), requires_capability(0x7ff38f4a2cb8), requires_capability(0x7ff37e9f3598), requires_capability(0x7ff38de71e58), requires_capability(0x7ff389016318), requires_capability(0x7ff37aeeff28), requires_capability(0x7ff37c358648), requires_capability(0x7ff37d9e22d8)]] virtual xref:Transport/BytesToSend.adoc[BytesToSend] GetBytesToSend(bool have_next_message) const noexcept override; ---- == Return Value the bytes to send, whether more will follow, and the message type. == Parameters [cols="1,4"] |=== | Name| Description | *have_next_message* | whether the caller has another message ready to send. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#