C# Класс AdapterLib.MockOnOffSwitchDevice

Наследование: AdapterLib.AdapterDevice, INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

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

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