* @brief Returns the UI-config HID driver instance. */
| 398 | * @brief Returns the UI-config HID driver instance. |
| 399 | */ |
| 400 | IO::Drivers::HID* IO::ConnectionManager::hid() const noexcept |
| 401 | { |
| 402 | return m_hidUi.get(); |
| 403 | } |
| 404 | |
| 405 | /** |
| 406 | * @brief Returns the UI-config Modbus driver instance. |
no test coverage detected