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

Method scriptLanguage

app/src/MQTT/Publisher.cpp:1068–1071  ·  view source on GitHub ↗

* @brief Returns the script language enum (0=JavaScript, 1=Lua). */

Source from the content-addressed store, hash-verified

1066 * @brief Returns the script language enum (0=JavaScript, 1=Lua).
1067 */
1068int MQTT::Publisher::scriptLanguage() const noexcept
1069{
1070 return m_scriptLanguage;
1071}
1072
1073/**
1074 * @brief Returns the localized label of the active mode.

Callers 1

openMqttScriptEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected