* @brief Returns true when a USB device handle is open. */
| 269 | * @brief Returns true when a USB device handle is open. |
| 270 | */ |
| 271 | bool IO::Drivers::USB::isOpen() const noexcept |
| 272 | { |
| 273 | return m_handle != nullptr; |
| 274 | } |
| 275 | |
| 276 | /** |
| 277 | * @brief Returns true if the device is open and an IN endpoint is active. |
no outgoing calls
no test coverage detected