C# Class iAutomationAtHome.ZSharp.Nodes.SwitchBinary

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

Public Methods

Method Description
Initialize ( ) : void

Initialize node

Off ( ) : void

Turn off

On ( ) : void

Turn on

Protected Methods

Method Description
SetLevel ( byte level ) : void

Set level

Private Methods

Method 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 method

Initialize node
public Initialize ( ) : void
return void

Off() public method

Turn off
public Off ( ) : void
return void

On() public method

Turn on
public On ( ) : void
return void

SetLevel() protected method

Set level
protected SetLevel ( byte level ) : void
level byte
return void