C# Class j64.AlarmServer.Partition

A partition within the alarm system is typically used to represent a collection of zones that can be armed/disarmed/monitored as a group. Most residential homes do not create more than one partition because they have a relatively small number of zones.
Afficher le fichier Open project: joejarvis64/j64.AlarmServer Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
ProcessEvent ( TpiResponse response ) : void
StringToByteArray ( String hex ) : byte[]

Private Methods

Méthode Description
OnPartitionChanged ( ) : void

Method Details

ProcessEvent() public méthode

public ProcessEvent ( TpiResponse response ) : void
response TpiResponse
Résultat void

StringToByteArray() public static méthode

public static StringToByteArray ( String hex ) : byte[]
hex String
Résultat byte[]