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.
Показать файл Открыть проект Примеры использования класса

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