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

Method serialPortList

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

* @brief Returns the list of available serial ports */

Source from the content-addressed store, hash-verified

596 * @brief Returns the list of available serial ports
597 */
598QStringList IO::Drivers::Modbus::serialPortList() const
599{
600 return m_serialPortNames;
601}
602
603/**
604 * @brief Returns the list of parity options

Callers 4

setSerialPortIndexMethod · 0.80
getConfigurationMethod · 0.80
getSerialPortListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected