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

Method hid

app/src/IO/ConnectionManager.cpp:400–403  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

398 * @brief Returns the UI-config HID driver instance.
399 */
400IO::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.

Callers 4

setDeviceIndexMethod · 0.80
getDeviceListMethod · 0.80
getConfigurationMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected