C# Class HA4IoT.Actuators.Animations.Frame

Afficher le fichier Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( ) : void
WithStartTime ( System.TimeSpan startTime ) : Frame
WithTargetState ( IActuator actuator, ComponentState state ) : Frame

Method Details

Apply() public méthode

public Apply ( ) : void
Résultat void

WithStartTime() public méthode

public WithStartTime ( System.TimeSpan startTime ) : Frame
startTime System.TimeSpan
Résultat Frame

WithTargetState() public méthode

public WithTargetState ( IActuator actuator, ComponentState state ) : Frame
actuator IActuator
state ComponentState
Résultat Frame