C# 클래스 ZWave.CommandClasses.SensorAlarm

상속: CommandClassBase
파일 보기 프로젝트 열기: roblans/ZWave4Net

공개 메소드들

메소드 설명
Get ( AlarmType type ) : Task
SensorAlarm ( Node node ) : System

보호된 메소드들

메소드 설명
HandleEvent ( Command command ) : void
OnChanged ( ReportEventArgs e ) : void

메소드 상세

Get() 공개 메소드

public Get ( AlarmType type ) : Task
type AlarmType
리턴 Task

HandleEvent() 보호된 메소드

protected HandleEvent ( Command command ) : void
command ZWave.Channel.Command
리턴 void

OnChanged() 보호된 메소드

protected OnChanged ( ReportEventArgs e ) : void
e ReportEventArgs
리턴 void

SensorAlarm() 공개 메소드

public SensorAlarm ( Node node ) : System
node Node
리턴 System