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

Method dtrEnabled

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

* @brief Returns true when the DTR signal is asserted. */

Source from the content-addressed store, hash-verified

292 * @brief Returns true when the DTR signal is asserted.
293 */
294bool IO::Drivers::UART::dtrEnabled() const
295{
296 return m_dtrEnabled;
297}
298
299/**
300 * @brief Returns the index of the currently selected serial port.

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected