* @brief Returns the current plugin index */
| 426 | * @brief Returns the current plugin index |
| 427 | */ |
| 428 | quint8 IO::Drivers::CANBus::pluginIndex() const |
| 429 | { |
| 430 | return m_pluginIndex; |
| 431 | } |
| 432 | |
| 433 | /** |
| 434 | * @brief Returns the current interface index |
no outgoing calls
no test coverage detected