C# Class ZWave.CommandClasses.SensorAlarm

Inheritance: CommandClassBase
Afficher le fichier Open project: roblans/ZWave4Net

Méthodes publiques

Méthode Description
Get ( AlarmType type ) : Task
SensorAlarm ( Node node ) : System

Méthodes protégées

Méthode Description
HandleEvent ( Command command ) : void
OnChanged ( ReportEventArgs e ) : void

Method Details

Get() public méthode

public Get ( AlarmType type ) : Task
type AlarmType
Résultat Task

HandleEvent() protected méthode

protected HandleEvent ( Command command ) : void
command ZWave.Channel.Command
Résultat void

OnChanged() protected méthode

protected OnChanged ( ReportEventArgs e ) : void
e ReportEventArgs
Résultat void

SensorAlarm() public méthode

public SensorAlarm ( Node node ) : System
node Node
Résultat System