[#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(0x7f950f6000a8), requires_capability(0x7f950ed888d8), requires_capability(0x7f950b490b48), requires_capability(0x7f95034d3768), requires_capability(0x7f950e210b38), requires_capability(0x7f95277487d8), requires_capability(0x7f950c325968), requires_capability(0x7f950c241598), requires_capability(0x7f95018bad48), requires_capability(0x7f950bd92bf8), requires_capability(0x7f95065ca2f8)]] uint64_t GetTotalBytesSent() const; ---- == Return Value the total number of bytes sent across all connections. [.small]#Created with https://www.mrdocs.com[MrDocs]#