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

Private Properties

Property Type Description
OnPartitionChanged void

Public Methods

Method Description
ProcessEvent ( TpiResponse response ) : void
StringToByteArray ( String hex ) : byte[]

Private Methods

Method Description
OnPartitionChanged ( ) : void

Method Details

ProcessEvent() public method

public ProcessEvent ( TpiResponse response ) : void
response TpiResponse
return void

StringToByteArray() public static method

public static StringToByteArray ( String hex ) : byte[]
hex String
return byte[]