C# Class ZWave.Devices.Fortrezz.BinarySwitch

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnSwitchedOff ( EventArgs e ) : void
OnSwitchedOn ( EventArgs e ) : void

Private Methods

Méthode Description
SwitchBinary_Changed ( object sender, ReportEventArgs e ) : void

Method Details

AddAssociation() public méthode

public AddAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
group AssociationGroup
node Node
Résultat System.Threading.Tasks.Task

BinarySwitch() public méthode

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

OnSwitchedOff() protected méthode

protected OnSwitchedOff ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSwitchedOn() protected méthode

protected OnSwitchedOn ( EventArgs e ) : void
e System.EventArgs
Résultat void

RemoveAssociation() public méthode

public RemoveAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
group AssociationGroup
node Node
Résultat System.Threading.Tasks.Task