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