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

Synopsis

Declared in <net.h>

[[requires_capability(0x7fbc92f87228), requires_capability(0x7fbc9e207478), requires_capability(0x7fbc86db91c8), requires_capability(0x7fbc96deef28), requires_capability(0x7fbca518bbd8), requires_capability(0x7fbc8465c198), requires_capability(0x7fbc9e0de3c8), requires_capability(0x7fbc8c0da638), requires_capability(0x7fbc92e4f5c8), requires_capability(0x7fbcad25bb58), requires_capability(0x7fbc9efce928)]]
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