MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / udpMulticast

Method udpMulticast

app/src/IO/Drivers/Network.cpp:303–306  ·  view source on GitHub ↗

* @brief Returns true when UDP multicast is enabled. */

Source from the content-addressed store, hash-verified

301 * @brief Returns true when UDP multicast is enabled.
302 */
303bool IO::Drivers::Network::udpMulticast() const
304{
305 return m_udpMulticast;
306}
307
308/**
309 * @brief Returns true when a DNS lookup is currently in flight.

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected