C# Class ZWave.CommandClasses.WakeUp

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

Méthodes publiques

Méthode Description
GetInterval ( ) : Task
NoMoreInformation ( ) : System.Threading.Tasks.Task
SetInterval ( System.TimeSpan interval, byte targetNodeID ) : System.Threading.Tasks.Task
WakeUp ( Node node ) : System

Méthodes protégées

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

Method Details

GetInterval() public méthode

public GetInterval ( ) : Task
Résultat Task

HandleEvent() protected méthode

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

NoMoreInformation() public méthode

public NoMoreInformation ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

OnChanged() protected méthode

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

SetInterval() public méthode

public SetInterval ( System.TimeSpan interval, byte targetNodeID ) : System.Threading.Tasks.Task
interval System.TimeSpan
targetNodeID byte
Résultat System.Threading.Tasks.Task

WakeUp() public méthode

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