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

Method transferMode

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

* @brief Returns the current transfer mode as an integer (0 = BulkStream, 1 = AdvancedControl, 2 = * Isochronous). */

Source from the content-addressed store, hash-verified

331 * Isochronous).
332 */
333int IO::Drivers::USB::transferMode() const
334{
335 return static_cast<int>(m_transferMode);
336}
337
338/**
339 * @brief Returns true when Advanced (Bulk + Control) mode is active.

Callers 1

getConfigurationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected