com.github.pfichtner.ardulink
Class AbstractMqttAdapter.AnalogHandler

java.lang.Object
  extended by com.github.pfichtner.ardulink.AbstractMqttAdapter.AbstractPinHandler
      extended by com.github.pfichtner.ardulink.AbstractMqttAdapter.AnalogHandler
All Implemented Interfaces:
AbstractMqttAdapter.Handler
Enclosing class:
AbstractMqttAdapter

public static class AbstractMqttAdapter.AnalogHandler
extends AbstractMqttAdapter.AbstractPinHandler

Does handle mqtt messages for analog pins.


Constructor Summary
AbstractMqttAdapter.AnalogHandler(org.zu.ardulink.Link link, Config config)
           
 
Method Summary
 
Methods inherited from class com.github.pfichtner.ardulink.AbstractMqttAdapter.AbstractPinHandler
handle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMqttAdapter.AnalogHandler

public AbstractMqttAdapter.AnalogHandler(org.zu.ardulink.Link link,
                                         Config config)


Copyright © 2015. All rights reserved.