Uses of Class
jmri.jmrix.mqtt.MqttSystemConnectionMemo
Packages that use MqttSystemConnectionMemo
Package
Description
Provides JMRI layout objects that use MQTT connections.
-
Uses of MqttSystemConnectionMemo in jmri.jmrix.mqtt
Fields in jmri.jmrix.mqtt declared as MqttSystemConnectionMemoModifier and TypeFieldDescriptionprotected MqttSystemConnectionMemoMqttConsistManager.adapterMemoMethods in jmri.jmrix.mqtt that return MqttSystemConnectionMemoModifier and TypeMethodDescriptionMqttLightManager.getMemo()Get the system connection for this manager.MqttReporterManager.getMemo()Get the system connection for this manager.MqttSensorManager.getMemo()Get the system connection for this manager.MqttTurnoutManager.getMemo()Get the system connection for this manager.MqttAdapter.getSystemConnectionMemo()Constructors in jmri.jmrix.mqtt with parameters of type MqttSystemConnectionMemoModifierConstructorDescriptionMqttConsist(int address, MqttSystemConnectionMemo memo, String sendTopicPrefix) MqttConsist(DccLocoAddress address, MqttSystemConnectionMemo memo, String sendTopicPrefix) Constructor - call the constructor for the superclass, and initialize the consist reader thread, which retrieves consist information from the command station.Constructor.MqttThrottle(MqttSystemConnectionMemo memo, String sendThrottleTopic, String rcvThrottleTopic, String sendDirectionTopic, String rcvDirectionTopic, String sendFunctionTopic, String rcvFunctionTopic) MqttThrottle(MqttSystemConnectionMemo memo, String sendThrottleTopic, String rcvThrottleTopic, String sendDirectionTopic, String rcvDirectionTopic, String sendFunctionTopic, String rcvFunctionTopic, LocoAddress address) Constructor.Constructor. -
Uses of MqttSystemConnectionMemo in jmri.jmrix.mqtt.logixng
Methods in jmri.jmrix.mqtt.logixng that return MqttSystemConnectionMemoMethods in jmri.jmrix.mqtt.logixng with parameters of type MqttSystemConnectionMemoModifier and TypeMethodDescriptionbooleanPublish.Retain.getRetainValue(MqttSystemConnectionMemo memo) voidPublish.setMemo(MqttSystemConnectionMemo memo) voidSubscribe.setMemo(MqttSystemConnectionMemo memo) Constructors in jmri.jmrix.mqtt.logixng with parameters of type MqttSystemConnectionMemoModifierConstructorDescriptionPublish(String sys, String user, MqttSystemConnectionMemo memo) Subscribe(String sys, String user, MqttSystemConnectionMemo memo)