C# 클래스 j64.AlarmServer.Zone

A zone within the alarm system represents a set of devices that can be monitored. For example you may have a zone that represents all of your upstair windows or you may have a zone that is a single window upstairs. The definition of the zone depends upon how the security system has been configured.
파일 보기 프로젝트 열기: joejarvis64/j64.AlarmServer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnZoneChanged void

공개 메소드들

메소드 설명
ProcessEvent ( TpiResponse response ) : void

Process events that are received against this zone

비공개 메소드들

메소드 설명
OnZoneChanged ( ) : void

메소드 상세

ProcessEvent() 공개 메소드

Process events that are received against this zone
public ProcessEvent ( TpiResponse response ) : void
response TpiResponse
리턴 void