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

Method autoReconnect

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

* @brief Returns true when auto-reconnect on resource loss is enabled. */

Source from the content-addressed store, hash-verified

284 * @brief Returns true when auto-reconnect on resource loss is enabled.
285 */
286bool IO::Drivers::UART::autoReconnect() const
287{
288 return m_autoReconnect;
289}
290
291/**
292 * @brief Returns true when the DTR signal is asserted.

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected