C# 클래스 iAutomationAtHome.ZSharp.Nodes.SwitchMultilevel

Represents a node of generic type SwitchMultilevel
상속: ZWaveNode, System.Switch
파일 보기 프로젝트 열기: thrandre/ZSharp 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void

Initialize node

Off ( ) : void

Turn off

On ( ) : void

Turn on

SetLevel ( byte level ) : void

Set level

비공개 메소드들

메소드 설명
BaseInitialized ( object sender, EventArgs e ) : void
FireNodeChangedStateEvent ( ) : void
GetState ( object sender, EventArgs e ) : void
InitializeNode ( ) : void
ResponseReceived ( object sender, EventArgs e ) : void
StateUpdated ( byte state ) : void
SwitchMultilevel ( ZWavePort port, byte nodeId ) : System

메소드 상세

Initialize() 공개 메소드

Initialize node
public Initialize ( ) : void
리턴 void

Off() 공개 메소드

Turn off
public Off ( ) : void
리턴 void

On() 공개 메소드

Turn on
public On ( ) : void
리턴 void

SetLevel() 공개 메소드

Set level
public SetLevel ( byte level ) : void
level byte
리턴 void