device_count¶ Synopsis¶ Return the number of devices connected to your LinQ Network context. Parameters¶ None. Example¶ altronix::AtxNet net{}; std::cout << "There are " << net.device_count() << "devices connected to LinQ Network\n"; See Also linq_network_device_count