[#V2Transport-ReceivedBytes] = xref:V2Transport.adoc[V2Transport]::ReceivedBytes :relfileprefix: ../ :mrdocs: Feed received wire bytes to the transport, consuming them from the front. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e2b0f2108, 0x7f2e2b0f21c8), requires_capability(0x7f2e2aa3b978, 0x7f2e2aa3ba38), requires_capability(0x7f2e22e7bdf8, 0x7f2e22e7beb8), requires_capability(0x7f2e26d289c8, 0x7f2e26d28a88), requires_capability(0x7f2e20d4a418, 0x7f2e20d4a4d8), requires_capability(0x7f2e2af17348, 0x7f2e2af17408), requires_capability(0x7f2e4317d5c8, 0x7f2e4317d688), requires_capability(0x7f2e21e50af8, 0x7f2e21e50bb8), requires_capability(0x7f2e1b876148, 0x7f2e1b876208), requires_capability(0x7f2e35f9d9b8, 0x7f2e35f9da78), requires_capability(0x7f2e4396cd08, 0x7f2e4396cdc8)]] virtual bool ReceivedBytes(std::span<uint8_t const>& msg_bytes) noexcept override; ---- == Return Value false if invalid bytes were seen and the transport can no longer be used. == Parameters [cols="1,4"] |=== | Name| Description | *msg_bytes* | bytes received from the wire; consumed bytes are removed from the front. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#