C# 클래스 HA4IoT.Tests.Mockups.TestMotionDetector

상속: IMotionDetector
파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation 1 사용 예제들

공개 메소드들

메소드 설명
CompleteMotionDetection ( ) : void
DetectMotion ( ) : void
TestMotionDetector ( ComponentId id, TestMotionDetectorEndpoint endpoint, ISchedulerService schedulerService, ISettingsService settingsService ) : System
TriggerMotionDetection ( ) : void

메소드 상세

CompleteMotionDetection() 공개 메소드

public CompleteMotionDetection ( ) : void
리턴 void

DetectMotion() 공개 메소드

public DetectMotion ( ) : void
리턴 void

TestMotionDetector() 공개 메소드

public TestMotionDetector ( ComponentId id, TestMotionDetectorEndpoint endpoint, ISchedulerService schedulerService, ISettingsService settingsService ) : System
id ComponentId
endpoint TestMotionDetectorEndpoint
schedulerService ISchedulerService
settingsService ISettingsService
리턴 System

TriggerMotionDetection() 공개 메소드

public TriggerMotionDetection ( ) : void
리턴 void