C# Class ZWave.CommandClasses.Alarm

Inheritance: CommandClassBase
Datei anzeigen Open project: roblans/ZWave4Net

Public Methods

Method Description
Alarm ( Node node ) : System
Get ( ) : Task

Protected Methods

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

Method Details

Alarm() public method

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

Get() public method

public Get ( ) : Task
return Task

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