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

Method protocolList

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

* @brief Returns the list of available Modbus protocols */

Source from the content-addressed store, hash-verified

545 * @brief Returns the list of available Modbus protocols
546 */
547QStringList IO::Drivers::Modbus::protocolList() const
548{
549 QStringList list;
550 list << "Modbus RTU";
551 list << "Modbus TCP";
552 return list;
553}
554
555/**
556 * @brief Returns the baud rate for Modbus RTU

Callers 3

setProtocolIndexMethod · 0.80
getConfigurationMethod · 0.80
getProtocolListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected