Return the bytes currently pending to be sent on the wire.

Synopsis

Declared in <net.h>

[[requires_capability(0x7fbc92fa3508), requires_capability(0x7fbc9e2237b8), requires_capability(0x7fbc86dd5508), requires_capability(0x7fbc96e0b268), requires_capability(0x7fbc8f8eff58), requires_capability(0x7fbc846784d8), requires_capability(0x7fbc9e0fa6c8), requires_capability(0x7fbc8c0f6908), requires_capability(0x7fbc92e6b8b8), requires_capability(0x7fbcad93ef88), requires_capability(0x7fbc91865308)]]
virtual
BytesToSend
GetBytesToSend(bool have_next_message) const noexcept override;

Return Value

the bytes to send, whether more will follow, and the message type.

Parameters

Name

Description

have_next_message

whether the caller has another message ready to send.

Created with MrDocs