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

Method portIndex

app/src/IO/Drivers/UART.cpp:302–305  ·  view source on GitHub ↗

* @brief Returns the index of the currently selected serial port. */

Source from the content-addressed store, hash-verified

300 * @brief Returns the index of the currently selected serial port.
301 */
302quint8 IO::Drivers::UART::portIndex() const
303{
304 return m_portIndex;
305}
306
307/**
308 * @brief Returns the index of the currently selected parity setting.

Callers 2

getPortListMethod · 0.80
getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected