C# Class GHIElectronics.UAP.Gadgeteer.Modules.LEDStrip

Inheritance: Module
Mostrar archivo Open project: amykatenicho/IoTWorkshop Class Usage Examples

Public Methods

Method Description
Set ( int led, bool state ) : void
SetAll ( bool state ) : void
TurnAllOff ( ) : void
TurnAllOn ( ) : void
TurnOff ( int led ) : void
TurnOn ( int led ) : void

Protected Methods

Method Description
Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task

Method Details

Initialize() protected method

protected Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task
parentSocket ISocket
return System.Threading.Tasks.Task

Set() public method

public Set ( int led, bool state ) : void
led int
state bool
return void

SetAll() public method

public SetAll ( bool state ) : void
state bool
return void

TurnAllOff() public method

public TurnAllOff ( ) : void
return void

TurnAllOn() public method

public TurnAllOn ( ) : void
return void

TurnOff() public method

public TurnOff ( int led ) : void
led int
return void

TurnOn() public method

public TurnOn ( int led ) : void
led int
return void