C# Class iAutomationAtHome.ZSharp.ZWave

Description of ZWave.
Afficher le fichier Open project: thrandre/ZSharp

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initialize Z-Wave

ShutdownGracefully ( ) : void

Make sure Z-Wave is shut down gracefully

ZWave ( ) : System

Constructor

Private Methods

Méthode Description
ControllerInitialized ( object sender, EventArgs e ) : void
CreateController ( byte controllerId ) : void
FireZWaveFailedEvent ( ) : void
FireZWaveInitializedEvent ( ) : void
FireZWaveReadyEvent ( ) : void
GetHomeID ( ) : void
GetVersion ( ) : void
NodesInitialized ( object sender, EventArgs e ) : void
ParseHomeIDInformation ( byte message ) : void
ParseVersionInformation ( byte message ) : void
ResponseReceived ( object sender, EventArgs e ) : void

Method Details

Initialize() public méthode

Initialize Z-Wave
public Initialize ( ) : void
Résultat void

ShutdownGracefully() public méthode

Make sure Z-Wave is shut down gracefully
public ShutdownGracefully ( ) : void
Résultat void

ZWave() public méthode

Constructor
public ZWave ( ) : System
Résultat System