* @brief Returns the current transfer mode as an integer (0 = BulkStream, 1 = AdvancedControl, 2 = * Isochronous). */
| 331 | * Isochronous). |
| 332 | */ |
| 333 | int IO::Drivers::USB::transferMode() const |
| 334 | { |
| 335 | return static_cast<int>(m_transferMode); |
| 336 | } |
| 337 | |
| 338 | /** |
| 339 | * @brief Returns true when Advanced (Bulk + Control) mode is active. |