C# Класс HA4IoT.Tests.Mockups.TestMotionDetector

Наследование: IMotionDetector
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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