C# Class TeamFlash.Monitor

Afficher le fichier Open project: Readify/TeamFlash

Méthodes publiques

Méthode Description
SetLed ( byte led, bool turnItOn, bool flashIt ) : void
SetLed ( byte led, bool turnItOn, bool flashIt, int flashDurationInSeconds ) : void
SetLed ( byte led, bool turnItOn, bool flashIt, int flashDurationInSeconds, bool turnOffAfterFlashing ) : void

Private Methods

Méthode Description
GetDelcomDeviceHandle ( ) : uint

Method Details

SetLed() public méthode

public SetLed ( byte led, bool turnItOn, bool flashIt ) : void
led byte
turnItOn bool
flashIt bool
Résultat void

SetLed() public méthode

public SetLed ( byte led, bool turnItOn, bool flashIt, int flashDurationInSeconds ) : void
led byte
turnItOn bool
flashIt bool
flashDurationInSeconds int
Résultat void

SetLed() public méthode

public SetLed ( byte led, bool turnItOn, bool flashIt, int flashDurationInSeconds, bool turnOffAfterFlashing ) : void
led byte
turnItOn bool
flashIt bool
flashDurationInSeconds int
turnOffAfterFlashing bool
Résultat void