C# 클래스 iAutomationAtHome.ZSharp.ZWave

Description of ZWave.
파일 보기 프로젝트 열기: thrandre/ZSharp

공개 메소드들

메소드 설명
Initialize ( ) : void

Initialize Z-Wave

ShutdownGracefully ( ) : void

Make sure Z-Wave is shut down gracefully

ZWave ( ) : System

Constructor

비공개 메소드들

메소드 설명
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

메소드 상세

Initialize() 공개 메소드

Initialize Z-Wave
public Initialize ( ) : void
리턴 void

ShutdownGracefully() 공개 메소드

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

ZWave() 공개 메소드

Constructor
public ZWave ( ) : System
리턴 System