C# Class HA4IoT.Actuators.RollerShutters.PortBasedRollerShutterEndpoint

Inheritance: IRollerShutterEndpoint
Afficher le fichier Open project: chkr1011/CK.HomeAutomation

Méthodes publiques

Méthode Description
PortBasedRollerShutterEndpoint ( IBinaryOutput powerOutput, IBinaryOutput directionOutput ) : System
StartMoveDown ( ) : void
StartMoveUp ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Start ( ) : void
StopAndWait ( ) : void

Method Details

PortBasedRollerShutterEndpoint() public méthode

public PortBasedRollerShutterEndpoint ( IBinaryOutput powerOutput, IBinaryOutput directionOutput ) : System
powerOutput IBinaryOutput
directionOutput IBinaryOutput
Résultat System

StartMoveDown() public méthode

public StartMoveDown ( ) : void
Résultat void

StartMoveUp() public méthode

public StartMoveUp ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void