C# Class RossCode.SkypeLight.Core.Adapters.BusylightAdapter

Inheritance: IBusylightAdapter
Mostra file Open project: RossCode/SkypeLight

Public Methods

Method Description
Dispose ( ) : void
TurnBlue ( ) : void
TurnGreen ( ) : void
TurnRed ( ) : void
TurnYellow ( ) : void

Private Methods

Method Description
ChangeColor ( ) : void
Connect ( ) : void
TurnOff ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TurnBlue() public method

public TurnBlue ( ) : void
return void

TurnGreen() public method

public TurnGreen ( ) : void
return void

TurnRed() public method

public TurnRed ( ) : void
return void

TurnYellow() public method

public TurnYellow ( ) : void
return void