Link against: HWRMLightClient.lib
None
#include <e32base.h>
Go to the source code of this file.
Data Structures |
|
| class | CHWRMLight |
| The class used to control the device lights. More... |
|
| class | MHWRMLightObserver |
| A callback interface for light status reporting. More... |
|
Variables |
|
| const TInt | KHWRMLightMinIntensity = 1 |
| Minimum allowed intensity setting for Light. |
|
| const TInt | KHWRMLightMaxIntensity = 100 |
| Maximum allowed intensity setting for Light. |
|
| const TInt | KHWRMDefaultIntensity = 0 |
| Indicates default intensity in various methods. |
|
| const TInt | KHWRMLightMaxDuration = (KMaxTInt / 1000) - 1 |
| Maximum allowed duration value. |
|
| const TInt | KHWRMInfiniteDuration = 0 |
| Infinite duration value. |
|
| const TInt | KHWRMDefaultCycleTime = 0 |
| Indicates device default Blink cycle time. |
|
|
|
Indicates device default Blink cycle time. |
|
|
Indicates default intensity in various methods. |
|
|
Infinite duration value. |
|
|
Maximum allowed duration value. |
|
|
Maximum allowed intensity setting for Light. |
|
|
Minimum allowed intensity setting for Light. |