[#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(0x7f2e2b74a6a8), requires_capability(0x7f2e289433b8), requires_capability(0x7f2e234d2598), requires_capability(0x7f2e2737ed38), requires_capability(0x7f2e235f03c8), requires_capability(0x7f2e2a34c4b8), requires_capability(0x7f2e219f9288), requires_capability(0x7f2e21c84148), requires_capability(0x7f2e1aa36ca8), requires_capability(0x7f2e376b8d88), requires_capability(0x7f2e433ce918)]] uint64_t GetTotalBytesSent() const; ---- == Return Value the total number of bytes sent across all connections. [.small]#Created with https://www.mrdocs.com[MrDocs]#