C# Class HA4IoT.Actuators.Connectors.RollerShutterWithRollerShutterButtonsConnector

ファイルを表示 Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
ConnectWith ( this rollerShutter, IButton upButton, IButton downButton ) : IRollerShutter

Private Methods

Method Description
HandleBlindButtonPressedEvent ( IRollerShutter rollerShutter, ComponentState direction ) : void

Method Details

ConnectWith() public static method

public static ConnectWith ( this rollerShutter, IButton upButton, IButton downButton ) : IRollerShutter
rollerShutter this
upButton IButton
downButton IButton
return IRollerShutter