C# Class iAutomationAtHome.ZSharp.Nodes.SwitchBinary

Represents a node of generic type SwitchBinary
Inheritance: ZWaveNode, System.Switch
Afficher le fichier Open project: thrandre/ZSharp Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initialize node

Off ( ) : void

Turn off

On ( ) : void

Turn on

Méthodes protégées

Méthode Description
SetLevel ( byte level ) : void

Set level

Private Methods

Méthode Description
BaseInitialized ( object sender, EventArgs e ) : void
FireNodeChangedStateEvent ( ) : void
GetState ( object sender, EventArgs e ) : void
InitializeNode ( ) : void
ResponseReceived ( object sender, EventArgs e ) : void
StateUpdated ( byte state ) : void
SwitchBinary ( ZWavePort port, byte nodeId ) : System

Method Details

Initialize() public méthode

Initialize node
public Initialize ( ) : void
Résultat void

Off() public méthode

Turn off
public Off ( ) : void
Résultat void

On() public méthode

Turn on
public On ( ) : void
Résultat void

SetLevel() protected méthode

Set level
protected SetLevel ( byte level ) : void
level byte
Résultat void