* @brief Returns the index of the currently selected USB device. */
| 366 | * @brief Returns the index of the currently selected USB device. |
| 367 | */ |
| 368 | int IO::Drivers::USB::deviceIndex() const |
| 369 | { |
| 370 | return m_deviceIndex; |
| 371 | } |
| 372 | |
| 373 | /** |
| 374 | * @brief Returns the IN endpoint list with a placeholder entry at index 0. |
no outgoing calls
no test coverage detected