com.github.pfichtner.ardulink
Class AbstractMqttAdapter.ControlHandlerDigital

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

public static class AbstractMqttAdapter.ControlHandlerDigital
extends AbstractMqttAdapter.AbstractPinHandler

Does handle mqtt messages for controlling Ardulink (start/stop digital listeners).


Nested Class Summary
static class AbstractMqttAdapter.ControlHandlerDigital.Builder
           
 
Constructor Summary
AbstractMqttAdapter.ControlHandlerDigital(org.zu.ardulink.Link link, Pattern pattern)
           
 
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.ControlHandlerDigital

public AbstractMqttAdapter.ControlHandlerDigital(org.zu.ardulink.Link link,
                                                 Pattern pattern)


Copyright © 2015. All rights reserved.