C# Class HA4IoT.Actuators.ActuatorBase

Inheritance: IActuatorBase
Show file Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
ResetState ( ) : void
SetState ( ComponentState state ) : void

Protected Methods

Method Description
ActuatorBase ( ComponentId id ) : HA4IoT.Components

Method Details

ActuatorBase() protected method

protected ActuatorBase ( ComponentId id ) : HA4IoT.Components
id ComponentId
return HA4IoT.Components

ResetState() public abstract method

public abstract ResetState ( ) : void
return void

SetState() public abstract method

public abstract SetState ( ComponentState state ) : void
state ComponentState
return void