[#CNode-CopyStats] = xref:CNode.adoc[CNode]::CopyStats :relfileprefix: ../ :mrdocs: Copy this node's current statistics into the given CNodeStats. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e2b2a86f8, 0x7f2e2b2a87b8, 0x7f2e2b2a8878, 0x7f2e2b2a8938), requires_capability(0x7f2e2ad13e48, 0x7f2e2ad13f08, 0x7f2e2ad13fc8, 0x7f2e2ad14088), requires_capability(0x7f2e230324a8, 0x7f2e23032568, 0x7f2e23032628, 0x7f2e230326e8), requires_capability(0x7f2e26edf078, 0x7f2e26edf138, 0x7f2e26edf1f8, 0x7f2e26edf2b8), requires_capability(0x7f2e231586f8, 0x7f2e231587b8, 0x7f2e23158878, 0x7f2e23158938), requires_capability(0x7f2e36827f78, 0x7f2e36828038, 0x7f2e368280f8, 0x7f2e368281b8), requires_capability(0x7f2e228b0698, 0x7f2e228b0758, 0x7f2e228b0818, 0x7f2e228b08d8), requires_capability(0x7f2e431dd458, 0x7f2e431dd518, 0x7f2e431dd5d8, 0x7f2e431dd698), requires_capability(0x7f2e1b9fc728, 0x7f2e1b9fc7e8, 0x7f2e1b9fc8a8, 0x7f2e1b9fc968), requires_capability(0x7f2e2b9d02c8, 0x7f2e2b9d0388, 0x7f2e2b9d0448, 0x7f2e2b9d0508), requires_capability(0x7f2e403d29c8, 0x7f2e403d2a88, 0x7f2e403d2b48, 0x7f2e403d2c08)]] void CopyStats(xref:CNodeStats.adoc[CNodeStats]& stats); ---- == Parameters [cols="1,4"] |=== | Name| Description | *stats* | the stats object to populate with this node's statistics. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#