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

Method flowControlIndex

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

* @brief Returns the index of the currently selected flow control setting. */

Source from the content-addressed store, hash-verified

332 * @brief Returns the index of the currently selected flow control setting.
333 */
334quint8 IO::Drivers::UART::flowControlIndex() const
335{
336 return m_flowControlIndex;
337}
338
339/**
340 * @brief Returns a list with the available serial devices/ports (with "Select Port" placeholder at

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected