Add a manually added node, returning false if it was already present.

Synopsis

Declared in <net.h>

[[requires_capability(0x7fbc935fa158), requires_capability(0x7fbc93360d68), requires_capability(0x7fbc8742a1e8), requires_capability(0x7fbc9745fdc8), requires_capability(0x7fbc8e97bf08), requires_capability(0x7fbc859fd278), requires_capability(0x7fbc90e3a6d8), requires_capability(0x7fbc8ec35808), requires_capability(0x7fbc92aedcc8), requires_capability(0x7fbc7cdaf538), requires_capability(0x7fbc9fc8b6d8)]]
bool
AddNode(AddedNodeParams const& add);

Return Value

false if the node was already present, true otherwise.

Parameters

Name

Description

add

the parameters describing the node to add.

Created with MrDocs