[#CConnman-GetTotalBytesSent] = xref:CConnman.adoc[CConnman]::GetTotalBytesSent :relfileprefix: ../ :mrdocs: Return the total number of bytes sent across all connections. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff36f782e08), requires_capability(0x7ff36f469678), requires_capability(0x7ff37f408c38), requires_capability(0x7ff377565a08), requires_capability(0x7ff37b6a0f08), requires_capability(0x7ff37e1c8b38), requires_capability(0x7ff379a7f088), requires_capability(0x7ff36f4a60c8), requires_capability(0x7ff37bc16d28), requires_capability(0x7ff3814a6cf8), requires_capability(0x7ff3666cdd78)]] uint64_t GetTotalBytesSent() const; ---- == Return Value the total number of bytes sent across all connections. [.small]#Created with https://www.mrdocs.com[MrDocs]#