[#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(0x7ff36f782b88), requires_capability(0x7ff36f4693f8), requires_capability(0x7ff37f4089b8), requires_capability(0x7ff377565788), requires_capability(0x7ff37b6a0c88), requires_capability(0x7ff37e1c88b8), requires_capability(0x7ff379a7ee08), requires_capability(0x7ff36f4a5e48), requires_capability(0x7ff37bc16aa8), requires_capability(0x7ff3814a6a78), requires_capability(0x7ff3666cdaf8)]] 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]#