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

Method inEndpointList

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

* @brief Returns the IN endpoint list with a placeholder entry at index 0. */

Source from the content-addressed store, hash-verified

374 * @brief Returns the IN endpoint list with a placeholder entry at index 0.
375 */
376QStringList IO::Drivers::USB::inEndpointList() const
377{
378 QStringList list;
379 list.append(tr("Select IN Endpoint"));
380 list.append(m_inEndpointLabels);
381 return list;
382}
383
384/**
385 * @brief Returns the OUT endpoint list with a "None (Read-only)" entry at index 0.

Callers 2

setInEndpointIndexMethod · 0.80
getConfigurationMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected