C# Class ZWave.CommandClasses.Basic

Inheritance: CommandClassBase
显示文件 Open project: roblans/ZWave4Net

Public Methods

Method Description
Basic ( Node node ) : System
Get ( ) : Task
Set ( byte value ) : System.Threading.Tasks.Task

Protected Methods

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

Method Details

Basic() public method

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

Get() public method

public Get ( ) : Task
return Task

HandleEvent() protected method

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

OnChanged() protected method

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

Set() public method

public Set ( byte value ) : System.Threading.Tasks.Task
value byte
return System.Threading.Tasks.Task