diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-BA1FA926-8511-4D31-AD01-4A8BCABB825D.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-BA1FA926-8511-4D31-AD01-4A8BCABB825D.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,19 @@ + + + + + +Retrieving +the status of the lights +

Retrieve the status of various lights by calling LightStatus() method. +This method can be used to find the status of only one target at a time. The +function is called by passing a target as a parameter.

The following +code snippet demonstrates how a client retrieves the status of the primary +display on the device:

CHWRMExtendedLight::TLightStatus lightstatus = iLight->LightStatus( CHWRMExtendedlight::EPrimaryDisplay );
+
\ No newline at end of file