C# Class ZWave.CommandClasses.SensorBinary

Inheritance: CommandClassBase
Datei anzeigen Open project: roblans/ZWave4Net

Public Methods

Method Description
Get ( ) : Task
SensorBinary ( Node node ) : System

Protected Methods

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

Method Details

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

SensorBinary() public method

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