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

Method udpLocalPort

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

* @brief Returns the UDP local bind port. */

Source from the content-addressed store, hash-verified

285 * @brief Returns the UDP local bind port.
286 */
287quint16 IO::Drivers::Network::udpLocalPort() const
288{
289 return m_udpLocalPort;
290}
291
292/**
293 * @brief Returns the UDP remote port.

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected