C# 클래스 CyrusBuilt.MonoPi.Components.Sensors.MotionDetectedEventArgs

Motion detected event arguments class.
상속: System.EventArgs
파일 보기 프로젝트 열기: cyrusbuilt/MonoPi 1 사용 예제들

공개 메소드들

메소드 설명
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