CConnman::RemoveAddedNode

Remove a manually added node, returning false if it was not present.

Synopsis

Declared in <net.h>

[[requires_capability(0x7fbc935fa298), requires_capability(0x7fbc93360ea8), requires_capability(0x7fbc8742a328), requires_capability(0x7fbc9745ff08), requires_capability(0x7fbc8e97c048), requires_capability(0x7fbc859fd3b8), requires_capability(0x7fbc90e3a818), requires_capability(0x7fbc8ec35948), requires_capability(0x7fbc92aede08), requires_capability(0x7fbc7cdaf678), requires_capability(0x7fbc9fc8b818)]]
bool
RemoveAddedNode(std::string_view node);

Return Value

false if the node was not present, true otherwise.

Parameters

NameDescription
nodethe host string of the node to remove.