Return the bytes currently pending to be sent on the wire.
Synopsis
Declared in <net.h>
[[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
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