C# 클래스 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.
파일 보기 프로젝트 열기: joejarvis64/j64.AlarmServer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnPartitionChanged void

공개 메소드들

메소드 설명
ProcessEvent ( TpiResponse response ) : void
StringToByteArray ( String hex ) : byte[]

비공개 메소드들

메소드 설명
OnPartitionChanged ( ) : void

메소드 상세

ProcessEvent() 공개 메소드

public ProcessEvent ( TpiResponse response ) : void
response TpiResponse
리턴 void

StringToByteArray() 공개 정적인 메소드

public static StringToByteArray ( String hex ) : byte[]
hex String
리턴 byte[]