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

Method dataModes

app/src/Console/Handler.cpp:240–246  ·  view source on GitHub ↗

* @brief Returns the list of available data sending modes. */

Source from the content-addressed store, hash-verified

238 * @brief Returns the list of available data sending modes.
239 */
240QStringList Console::Handler::dataModes() const
241{
242 QStringList list;
243 list.append(tr("ASCII"));
244 list.append(tr("HEX"));
245 return list;
246}
247
248/**
249 * @brief Returns the list of available line ending options.

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected