C# 클래스 AdapterLib.MockOnOffSwitchDevice

상속: AdapterLib.AdapterDevice, INotifyPropertyChanged
파일 보기 프로젝트 열기: dotMorten/AllJoynDeviceSimulator 1 사용 예제들

공개 메소드들

메소드 설명
MockOnOffSwitchDevice ( string name, string id, bool isOn, Windows dispatcher ) : System

비공개 메소드들

메소드 설명
CreateOffInterface ( bool currentValue ) : AdapterInterface
CreateOnInterface ( bool currentValue ) : AdapterInterface
CreateOnOffInterface ( bool currentValue ) : AdapterInterface
CreateRemoteControllabilityInterface ( bool currentValue ) : AdapterInterface
UpdateValue ( bool value ) : void

메소드 상세

MockOnOffSwitchDevice() 공개 메소드

public MockOnOffSwitchDevice ( string name, string id, bool isOn, Windows dispatcher ) : System
name string
id string
isOn bool
dispatcher Windows
리턴 System