C# 클래스 CyrusBuilt.MonoPi.Devices.Sprinkler.ZoneStateChangeEventArgs

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

공개 메소드들

메소드 설명
ZoneStateChangeEventArgs ( System.Boolean oldState, System.Boolean newState, Int32 zone ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Sprinkler.ZoneStateChangeEventArgs class with the old and new states as well as the zone that changed state.

메소드 상세

ZoneStateChangeEventArgs() 공개 메소드

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Sprinkler.ZoneStateChangeEventArgs class with the old and new states as well as the zone that changed state.
public ZoneStateChangeEventArgs ( System.Boolean oldState, System.Boolean newState, Int32 zone ) : System
oldState System.Boolean /// The previous state of the zone. ///
newState System.Boolean /// The current state of the zone. ///
zone System.Int32 /// The zone that changed state. ///
리턴 System