Uses of Class
jmri.jmrix.mqtt.MqttAdapter
Packages that use MqttAdapter
-
Uses of MqttAdapter in jmri.jmrix.mqtt
Methods in jmri.jmrix.mqtt that return MqttAdapterMethods in jmri.jmrix.mqtt with parameters of type MqttAdapterModifier and TypeMethodDescription(package private) voidMqttSystemConnectionMemo.setMqttAdapter(MqttAdapter ma) Constructors in jmri.jmrix.mqtt with parameters of type MqttAdapterModifierConstructorDescription(package private)MqttReporter(MqttAdapter ma, String systemName, String rcvTopic) Requires, but does not check, that the system name and topic be consistent(package private)MqttSensor(MqttAdapter ma, String systemName, String sendTopic, String rcvTopic) Requires, but does not check, that the system name and topic be consistent(package private)MqttTurnout(MqttAdapter ma, String systemName, String sendTopic, String rcvTopic) Requires, but does not check, that the system name and topic be consistent