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

Method usage

app/src/IO/Drivers/HID.cpp:234–237  ·  view source on GitHub ↗

* @brief Returns the HID usage of the currently open device. */

Source from the content-addressed store, hash-verified

232 * @brief Returns the HID usage of the currently open device.
233 */
234QString IO::Drivers::HID::usage() const
235{
236 return m_usage;
237}
238
239//--------------------------------------------------------------------------------------------------
240// Public slots

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected