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

Method tcpPort

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

* @brief Returns the configured TCP port. */

Source from the content-addressed store, hash-verified

277 * @brief Returns the configured TCP port.
278 */
279quint16 IO::Drivers::Network::tcpPort() const
280{
281 return m_tcpPort;
282}
283
284/**
285 * @brief Returns the UDP local bind port.

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected