C# 클래스 HA4IoT.Contracts.Hardware.BinaryStateChangedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation 1 사용 예제들

공개 메소드들

메소드 설명
BinaryStateChangedEventArgs ( BinaryState oldState, BinaryState newState ) : System

메소드 상세

BinaryStateChangedEventArgs() 공개 메소드

public BinaryStateChangedEventArgs ( BinaryState oldState, BinaryState newState ) : System
oldState BinaryState
newState BinaryState
리턴 System