C# Class ZWave.CommandClasses.SensorAlarm

Inheritance: CommandClassBase
Datei anzeigen Open project: roblans/ZWave4Net

Public Methods

Method Description
Get ( AlarmType type ) : Task
SensorAlarm ( Node node ) : System

Protected Methods

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

Method Details

Get() public method

public Get ( AlarmType type ) : Task
type AlarmType
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

SensorAlarm() public method

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