com.github.pfichtner.ardulink
Class AbstractMqttAdapter.DigitalHandler

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

public static class AbstractMqttAdapter.DigitalHandler
extends AbstractMqttAdapter.AbstractPinHandler

Does handle mqtt messages for digital pins.


Constructor Summary
AbstractMqttAdapter.DigitalHandler(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.DigitalHandler

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


Copyright © 2015. All rights reserved.