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

Method usagePage

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

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

Source from the content-addressed store, hash-verified

224 * @brief Returns the HID usage page of the currently open device.
225 */
226QString IO::Drivers::HID::usagePage() const
227{
228 return m_usagePage;
229}
230
231/**
232 * @brief Returns the HID usage of the currently open device.

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected