C# Class ZWave.CommandClasses.SensorBinary

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

Méthodes publiques

Méthode Description
Get ( ) : Task
SensorBinary ( 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 ( ) : Task
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

SensorBinary() public méthode

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