Property | Type | Description | |
---|---|---|---|
ApplyPulseEffectAsync | void | ||
OnPropertyChanged | void | ||
TransitionLampStateAsync | void | ||
kelvinToUInt |
Method | Description | |
---|---|---|
ClearLampFault ( uint InLampFaultCode, uint &LampResponseCode, uint &OutLampFaultCode ) : uint | ||
FromAhsb ( float hue, float saturation, float brightness ) : Windows.UI.Color | ||
FromJson ( string json, Windows dispatcher ) : |
||
LampState_ApplyPulseEffect ( BridgeRT FromState, BridgeRT ToState, uint Period, uint Duration, uint NumPulses, ulong Timestamp, uint &LampResponseCode ) : uint | ||
MockLightingServiceHandler ( string name, string id, bool isDimmable, bool supportsColor, bool supportsTemperature, Windows dispatcher ) : AllJoyn.Dsb | ||
ToJson ( ) : string | ||
TransitionLampState ( ulong Timestamp, BridgeRT NewState, uint TransitionPeriod, uint &LampResponseCode ) : uint |
Method | Description | |
---|---|---|
ApplyPulseEffectAsync ( BridgeRT FromState, BridgeRT ToState, uint Period, uint Duration, uint NumPulses, ulong Timestamp ) : void |
Change the state of the lamp at the specified time, between the specified OnOff, Brightness, Hue, Saturation, and ColorTemp values. Pulse for the specified number of times, at the specified duration
|
|
OnPropertyChanged ( [ propertyName = null ) : void | ||
TransitionLampStateAsync ( ulong Timestamp, BridgeRT NewState, uint TransitionPeriod ) : void | ||
kelvinToUInt ( double kelvin ) : |
public ClearLampFault ( uint InLampFaultCode, uint &LampResponseCode, uint &OutLampFaultCode ) : uint | ||
InLampFaultCode | uint | |
LampResponseCode | uint | |
OutLampFaultCode | uint | |
return | uint |
public static FromAhsb ( float hue, float saturation, float brightness ) : Windows.UI.Color | ||
hue | float | |
saturation | float | |
brightness | float | |
return | Windows.UI.Color |
public static FromJson ( string json, Windows dispatcher ) : |
||
json | string | |
dispatcher | Windows | |
return |
public LampState_ApplyPulseEffect ( BridgeRT FromState, BridgeRT ToState, uint Period, uint Duration, uint NumPulses, ulong Timestamp, uint &LampResponseCode ) : uint | ||
FromState | BridgeRT | |
ToState | BridgeRT | |
Period | uint | |
Duration | uint | |
NumPulses | uint | |
Timestamp | ulong | |
LampResponseCode | uint | |
return | uint |
public MockLightingServiceHandler ( string name, string id, bool isDimmable, bool supportsColor, bool supportsTemperature, Windows dispatcher ) : AllJoyn.Dsb | ||
name | string | |
id | string | |
isDimmable | bool | |
supportsColor | bool | |
supportsTemperature | bool | |
dispatcher | Windows | |
return | AllJoyn.Dsb |
public TransitionLampState ( ulong Timestamp, BridgeRT NewState, uint TransitionPeriod, uint &LampResponseCode ) : uint | ||
Timestamp | ulong | |
NewState | BridgeRT | |
TransitionPeriod | uint | |
LampResponseCode | uint | |
return | uint |