Uses of Class
jmri.jmrix.mqtt.MqttAdapter
-
Packages that use MqttAdapter Package Description jmri.jmrix.mqtt Provides JMRI layout objects that use MQTT connections. -
-
Uses of MqttAdapter in jmri.jmrix.mqtt
Methods in jmri.jmrix.mqtt that return MqttAdapter Modifier and Type Method Description MqttAdapter
MqttSystemConnectionMemo. getMqttAdapter()
Methods in jmri.jmrix.mqtt with parameters of type MqttAdapter Modifier and Type Method Description (package private) void
MqttSystemConnectionMemo. setMqttAdapter(MqttAdapter ma)
Constructors in jmri.jmrix.mqtt with parameters of type MqttAdapter Constructor Description MqttLight(MqttAdapter ma, java.lang.String systemName, java.lang.String userName, java.lang.String sendTopic, java.lang.String rcvTopic)
MqttReporter(MqttAdapter ma, java.lang.String systemName, java.lang.String rcvTopic)
Requires, but does not check, that the system name and topic be consistentMqttSensor(MqttAdapter ma, java.lang.String systemName, java.lang.String sendTopic, java.lang.String rcvTopic)
Requires, but does not check, that the system name and topic be consistentMqttTurnout(MqttAdapter ma, java.lang.String systemName, java.lang.String sendTopic, java.lang.String rcvTopic)
Requires, but does not check, that the system name and topic be consistent
-