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

Method outEndpointIndex

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

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

Source from the content-addressed store, hash-verified

404 * @brief Returns the index of the currently selected OUT endpoint.
405 */
406int IO::Drivers::USB::outEndpointIndex() const
407{
408 return m_outEndpointIndex;
409}
410
411/**
412 * @brief Returns the isochronous packet size in bytes.

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected