C# Class ZWave.CommandClasses.SceneActivation

Inheritance: CommandClassBase
Show file Open project: roblans/ZWave4Net

Public Methods

Method Description
SceneActivation ( Node node ) : System

Protected Methods

Method Description
HandleEvent ( Command command ) : void
OnChanged ( ReportEventArgs e ) : void

Method Details

HandleEvent() protected method

protected HandleEvent ( Command command ) : void
command ZWave.Channel.Command
return void

OnChanged() protected method

protected OnChanged ( ReportEventArgs e ) : void
e ReportEventArgs
return void

SceneActivation() public method

public SceneActivation ( Node node ) : System
node Node
return System