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

Method inEndpointIndex

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

* @brief Returns the index of the currently selected IN endpoint. */

Source from the content-addressed store, hash-verified

396 * @brief Returns the index of the currently selected IN endpoint.
397 */
398int IO::Drivers::USB::inEndpointIndex() const
399{
400 return m_inEndpointIndex;
401}
402
403/**
404 * @brief Returns the index of the currently selected OUT endpoint.

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected