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

Method isoPacketSize

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

* @brief Returns the isochronous packet size in bytes. */

Source from the content-addressed store, hash-verified

412 * @brief Returns the isochronous packet size in bytes.
413 */
414int IO::Drivers::USB::isoPacketSize() const
415{
416 return m_isoPacketSize;
417}
418
419//--------------------------------------------------------------------------------------------------
420// Public slots

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected