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

Inheritance: Module
Afficher le fichier Open project: amykatenicho/IoTWorkshop Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task

Method Details

Initialize() protected méthode

protected Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task
parentSocket ISocket
Résultat System.Threading.Tasks.Task

Set() public méthode

public Set ( int led, bool state ) : void
led int
state bool
Résultat void

SetAll() public méthode

public SetAll ( bool state ) : void
state bool
Résultat void

TurnAllOff() public méthode

public TurnAllOff ( ) : void
Résultat void

TurnAllOn() public méthode

public TurnAllOn ( ) : void
Résultat void

TurnOff() public méthode

public TurnOff ( int led ) : void
led int
Résultat void

TurnOn() public méthode

public TurnOn ( int led ) : void
led int
Résultat void