[#CConnman-AddNode] = xref:CConnman.adoc[CConnman]::AddNode :relfileprefix: ../ :mrdocs: Add a manually added node, returning false if it was already present. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f950f5fec48), requires_capability(0x7f950ed87478), requires_capability(0x7f950b48f6e8), requires_capability(0x7f95034d2308), requires_capability(0x7f950e20f6d8), requires_capability(0x7f9527747378), requires_capability(0x7f950c324508), requires_capability(0x7f950c240138), requires_capability(0x7f95018b98e8), requires_capability(0x7f950bd91798), requires_capability(0x7f95065c8e98)]] bool AddNode(xref:AddedNodeParams.adoc[AddedNodeParams] const& add); ---- == Return Value false if the node was already present, true otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *add* | the parameters describing the node to add. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#