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

Method parityIndex

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

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

Source from the content-addressed store, hash-verified

308 * @brief Returns the index of the currently selected parity setting.
309 */
310quint8 IO::Drivers::UART::parityIndex() const
311{
312 return m_parityIndex;
313}
314
315/**
316 * @brief Returns the index of the currently selected data bits setting.

Callers 3

getConfigurationMethod · 0.45
getParityListMethod · 0.45
getConfigurationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected