[#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(0x7f950f5ffe28), requires_capability(0x7f950ed88658), requires_capability(0x7f950b4908c8), requires_capability(0x7f95034d34e8), requires_capability(0x7f950e2108b8), requires_capability(0x7f9527748558), requires_capability(0x7f950c3256e8), requires_capability(0x7f950c241318), requires_capability(0x7f95018baac8), requires_capability(0x7f950bd92978), requires_capability(0x7f95065ca078)]] 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]#