C# Класс CyrusBuilt.MonoPi.Devices.Sprinkler.ZoneStateChangeEventArgs

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

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

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