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.
Afficher le fichier Open project: joejarvis64/j64.AlarmServer Class Usage Examples

Private Properties

Свойство Type Description
OnZoneChanged void

Méthodes publiques

Méthode Description
ProcessEvent ( TpiResponse response ) : void

Process events that are received against this zone

Private Methods

Méthode Description
OnZoneChanged ( ) : void

Method Details

ProcessEvent() public méthode

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