C# Class ZWave.CommandClasses.WakeUp

Inheritance: CommandClassBase
Datei anzeigen Open project: roblans/ZWave4Net

Public Methods

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

Protected Methods

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

Method Details

GetInterval() public method

public GetInterval ( ) : Task
return Task

HandleEvent() protected method

protected HandleEvent ( Command command ) : void
command ZWave.Channel.Command
return void

NoMoreInformation() public method

public NoMoreInformation ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnChanged() protected method

protected OnChanged ( ReportEventArgs e ) : void
e ReportEventArgs
return void

SetInterval() public method

public SetInterval ( System.TimeSpan interval, byte targetNodeID ) : System.Threading.Tasks.Task
interval System.TimeSpan
targetNodeID byte
return System.Threading.Tasks.Task

WakeUp() public method

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