C# Класс CyrusBuilt.MonoPi.Devices.Access.OpenerStateChangeEventArgs

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

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

Метод Описание
OpenerStateChangeEventArgs ( OpenerState oldState, OpenerState newState ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Access.OpenerStateChangeEventArgs class with the new and old states.

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

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

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Access.OpenerStateChangeEventArgs class with the new and old states.
public OpenerStateChangeEventArgs ( OpenerState oldState, OpenerState newState ) : System
oldState OpenerState /// The previous state of the opener. ///
newState OpenerState /// The current state of the opener. ///
Результат System