C# Class HA4IoT.Sensors.Buttons.EmptyButtonEndpoint

Inheritance: IButtonEndpoint
Mostra file Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
Press ( ) : void
PressAndRelease ( ) : void
Release ( ) : void

Method Details

Press() public method

public Press ( ) : void
return void

PressAndRelease() public method

public PressAndRelease ( ) : void
return void

Release() public method

public Release ( ) : void
return void