node_count

Synopsis

Return the number of nodes connected to your LinQ Network context.

Parameters

None.

Example

altronix::AtxNet net{};

std::cout << "There are " << net.node_count() << "nodes connected to LinQ Network\n";

See Also

  1. linq_network_node_count