* @brief Returns the current protocol index (0 = RTU, 1 = TCP) */
| 505 | * @brief Returns the current protocol index (0 = RTU, 1 = TCP) |
| 506 | */ |
| 507 | quint8 IO::Drivers::Modbus::protocolIndex() const |
| 508 | { |
| 509 | return m_protocolIndex; |
| 510 | } |
| 511 | |
| 512 | /** |
| 513 | * @brief Returns the current slave address |
no outgoing calls
no test coverage detected