C# Class 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.
Show file Open project: joejarvis64/j64.AlarmServer Class Usage Examples

Private Properties

Property Type Description
OnZoneChanged void

Public Methods

Method Description
ProcessEvent ( TpiResponse response ) : void

Process events that are received against this zone

Private Methods

Method Description
OnZoneChanged ( ) : void

Method Details

ProcessEvent() public method

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