C# 클래스 HA4IoT.Actuators.ActuatorExtensions

파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation

공개 메소드들

메소드 설명
GetActuator ( this area, Enum id ) : IActuator
IsOff ( this actuator ) : bool
IsOn ( this actuator ) : bool

메소드 상세

GetActuator() 공개 정적인 메소드

public static GetActuator ( this area, Enum id ) : IActuator
area this
id System.Enum
리턴 IActuator

IsOff() 공개 정적인 메소드

public static IsOff ( this actuator ) : bool
actuator this
리턴 bool

IsOn() 공개 정적인 메소드

public static IsOn ( this actuator ) : bool
actuator this
리턴 bool