C# Class ZWave.Devices.Fortrezz.BinarySwitch

Inheritance: Device
Exibir arquivo Open project: roblans/ZWave4Net

Public Methods

Method Description
AddAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
BinarySwitch ( Node node ) : System
RemoveAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task

Protected Methods

Method Description
OnSwitchedOff ( EventArgs e ) : void
OnSwitchedOn ( EventArgs e ) : void

Private Methods

Method Description
SwitchBinary_Changed ( object sender, ReportEventArgs e ) : void

Method Details

AddAssociation() public method

public AddAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
group AssociationGroup
node Node
return System.Threading.Tasks.Task

BinarySwitch() public method

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

OnSwitchedOff() protected method

protected OnSwitchedOff ( EventArgs e ) : void
e System.EventArgs
return void

OnSwitchedOn() protected method

protected OnSwitchedOn ( EventArgs e ) : void
e System.EventArgs
return void

RemoveAssociation() public method

public RemoveAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
group AssociationGroup
node Node
return System.Threading.Tasks.Task