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

Method host

app/src/IO/Drivers/Modbus.cpp:539–542  ·  view source on GitHub ↗

* @brief Returns the TCP host address (for Modbus TCP) */

Source from the content-addressed store, hash-verified

537 * @brief Returns the TCP host address (for Modbus TCP)
538 */
539QString IO::Drivers::Modbus::host() const
540{
541 return m_host;
542}
543
544/**
545 * @brief Returns the list of available Modbus protocols

Callers 4

getConfigurationMethod · 0.80
fetchHelpPageMethod · 0.80
completeHelpFetchMethod · 0.80
isSafeBaseUrlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected