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

Method usb

app/src/IO/ConnectionManager.cpp:424–427  ·  view source on GitHub ↗

* @brief Returns the UI-config USB driver instance. */

Source from the content-addressed store, hash-verified

422 * @brief Returns the UI-config USB driver instance.
423 */
424IO::Drivers::USB* IO::ConnectionManager::usb() const noexcept
425{
426 return m_usbUi.get();
427}
428
429/**
430 * @brief Returns the UI-config MQTT input driver instance.

Callers 8

setDeviceIndexMethod · 0.80
setTransferModeMethod · 0.80
setInEndpointIndexMethod · 0.80
setOutEndpointIndexMethod · 0.80
setIsoPacketSizeMethod · 0.80
getDeviceListMethod · 0.80
getConfigurationMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected