C# 클래스 Paradox.WebServices.SmartThings.SmartThingsCallbacks

상속: IParadoxEventCallbacks
파일 보기 프로젝트 열기: tracstarr/ParadoxAlarmControl 1 사용 예제들

공개 메소드들

메소드 설명
Authorization ( ) : bool
AuthorizationRevoke ( ) : bool
PutDeviceUpdate ( ParadoxIp.Model.Device device ) : void
PutPartitionUpdate ( ParadoxIp.Model.Partition partition ) : void
SmartThingsCallbacks ( Paradox.WebServices.SmartThings.Settings.SmartThingsSettings settings ) : System

메소드 상세

Authorization() 공개 메소드

public Authorization ( ) : bool
리턴 bool

AuthorizationRevoke() 공개 메소드

public AuthorizationRevoke ( ) : bool
리턴 bool

PutDeviceUpdate() 공개 메소드

public PutDeviceUpdate ( ParadoxIp.Model.Device device ) : void
device ParadoxIp.Model.Device
리턴 void

PutPartitionUpdate() 공개 메소드

public PutPartitionUpdate ( ParadoxIp.Model.Partition partition ) : void
partition ParadoxIp.Model.Partition
리턴 void

SmartThingsCallbacks() 공개 메소드

public SmartThingsCallbacks ( Paradox.WebServices.SmartThings.Settings.SmartThingsSettings settings ) : System
settings Paradox.WebServices.SmartThings.Settings.SmartThingsSettings
리턴 System