C# Класс CyrusBuilt.MonoPi.Components.Sensors.MotionDetectedEventArgs

Motion detected event arguments class.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MotionDetectedEventArgs ( System.Boolean motion, System.DateTime timestamp ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Components.Sensors.MotionDetectedEventArgs class with a flag indicating whether or not motion was detected and the timestamp of when the state changed.

Описание методов

MotionDetectedEventArgs() публичный Метод

Initializes a new instance of the CyrusBuilt.MonoPi.Components.Sensors.MotionDetectedEventArgs class with a flag indicating whether or not motion was detected and the timestamp of when the state changed.
public MotionDetectedEventArgs ( System.Boolean motion, System.DateTime timestamp ) : System
motion System.Boolean /// A flag indicating whether or not motion was detected. ///
timestamp System.DateTime /// The timestamp of when the state changed. ///
Результат System