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

Method outEndpointList

app/src/IO/Drivers/USB.cpp:387–393  ·  view source on GitHub ↗

* @brief Returns the OUT endpoint list with a "None (Read-only)" entry at index 0. */

Source from the content-addressed store, hash-verified

385 * @brief Returns the OUT endpoint list with a "None (Read-only)" entry at index 0.
386 */
387QStringList IO::Drivers::USB::outEndpointList() const
388{
389 QStringList list;
390 list.append(tr("None (Read-only)"));
391 list.append(m_outEndpointLabels);
392 return list;
393}
394
395/**
396 * @brief Returns the index of the currently selected IN endpoint.

Callers 2

setOutEndpointIndexMethod · 0.80
getConfigurationMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected