C# Class iAutomationAtHome.ZSharp.ZWave

Description of ZWave.
Mostra file Open project: thrandre/ZSharp

Public Methods

Method Description
Initialize ( ) : void

Initialize Z-Wave

ShutdownGracefully ( ) : void

Make sure Z-Wave is shut down gracefully

ZWave ( ) : System

Constructor

Private Methods

Method 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 method

Initialize Z-Wave
public Initialize ( ) : void
return void

ShutdownGracefully() public method

Make sure Z-Wave is shut down gracefully
public ShutdownGracefully ( ) : void
return void

ZWave() public method

Constructor
public ZWave ( ) : System
return System