MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / slaveAddress

Method slaveAddress

app/src/IO/Drivers/Modbus.cpp:515–518  ·  view source on GitHub ↗

* @brief Returns the current slave address */

Source from the content-addressed store, hash-verified

513 * @brief Returns the current slave address
514 */
515quint8 IO::Drivers::Modbus::slaveAddress() const
516{
517 return m_slaveAddress;
518}
519
520/**
521 * @brief Returns the polling interval in milliseconds

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected