[#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(0x7f2e2b749248), requires_capability(0x7f2e28941f58), requires_capability(0x7f2e234d1138), requires_capability(0x7f2e2737d8d8), requires_capability(0x7f2e235eef68), requires_capability(0x7f2e2a34b058), requires_capability(0x7f2e219f7e28), requires_capability(0x7f2e21c82ce8), requires_capability(0x7f2e1aa35848), requires_capability(0x7f2e376b7928), requires_capability(0x7f2e433cd4b8)]] 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]#