[#CConnman-GetOutboundTargetBytesLeft] = xref:CConnman.adoc[CConnman]::GetOutboundTargetBytesLeft :relfileprefix: ../ :mrdocs: response the bytes left in the current max outbound cycle in case of no limit, it will always response 0 == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e2b74a428), requires_capability(0x7f2e28943138), requires_capability(0x7f2e234d2318), requires_capability(0x7f2e2737eab8), requires_capability(0x7f2e235f0148), requires_capability(0x7f2e2a34c238), requires_capability(0x7f2e219f9008), requires_capability(0x7f2e21c83ec8), requires_capability(0x7f2e1aa36a28), requires_capability(0x7f2e376b8b08), requires_capability(0x7f2e433ce698)]] uint64_t GetOutboundTargetBytesLeft() const; ---- == Return Value the number of bytes left in the current cycle, or 0 if there is no limit. [.small]#Created with https://www.mrdocs.com[MrDocs]#