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 linq_network_node_count