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

Method network

app/src/IO/ConnectionManager.cpp:348–351  ·  view source on GitHub ↗

* @brief Returns the UI-config Network driver instance. */

Source from the content-addressed store, hash-verified

346 * @brief Returns the UI-config Network driver instance.
347 */
348IO::Drivers::Network* IO::ConnectionManager::network() const noexcept
349{
350 return m_networkUi.get();
351}
352
353/**
354 * @brief Returns the UI-config BluetoothLE driver instance.

Callers 13

setRemoteAddressMethod · 0.80
setTcpPortMethod · 0.80
setUdpLocalPortMethod · 0.80
setUdpRemotePortMethod · 0.80
setSocketTypeMethod · 0.80
setUdpMulticastMethod · 0.80
lookupMethod · 0.80
getConfigurationMethod · 0.80
getSocketTypesMethod · 0.80
setupTcpConnectionMethod · 0.80
applyUdpRemoteFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected