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

Method dataBitsIndex

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

* @brief Returns the index of the currently selected data bits setting. */

Source from the content-addressed store, hash-verified

316 * @brief Returns the index of the currently selected data bits setting.
317 */
318quint8 IO::Drivers::UART::dataBitsIndex() const
319{
320 return m_dataBitsIndex;
321}
322
323/**
324 * @brief Returns the index of the currently selected stop bits setting.

Callers 3

getConfigurationMethod · 0.45
getDataBitsListMethod · 0.45
getConfigurationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected