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

Method udpRemotePort

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

* @brief Returns the UDP remote port. */

Source from the content-addressed store, hash-verified

293 * @brief Returns the UDP remote port.
294 */
295quint16 IO::Drivers::Network::udpRemotePort() const
296{
297 return m_udpRemotePort;
298}
299
300/**
301 * @brief Returns true when UDP multicast is enabled.

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected