Method | Description | |
---|---|---|
MockOnOffSwitchDevice ( string name, string id, bool isOn, Windows dispatcher ) : System |
Method | Description | |
---|---|---|
CreateOffInterface ( bool currentValue ) : AdapterInterface | ||
CreateOnInterface ( bool currentValue ) : AdapterInterface | ||
CreateOnOffInterface ( bool currentValue ) : AdapterInterface | ||
CreateRemoteControllabilityInterface ( bool currentValue ) : AdapterInterface | ||
UpdateValue ( bool value ) : void |
public MockOnOffSwitchDevice ( string name, string id, bool isOn, Windows dispatcher ) : System | ||
name | string | |
id | string | |
isOn | bool | |
dispatcher | Windows | |
return | System |