C# Class ZWave.CommandClasses.SwitchBinary

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

Méthodes publiques

Méthode Description
Get ( ) : Task
Set ( bool value ) : System.Threading.Tasks.Task
SwitchBinary ( 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

Set() public méthode

public Set ( bool value ) : System.Threading.Tasks.Task
value bool
Résultat System.Threading.Tasks.Task

SwitchBinary() public méthode

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