diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-D21191CC-965A-4F92-9792-4B34D54114DA.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-D21191CC-965A-4F92-9792-4B34D54114DA.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,19 @@ + + + + + +Retrieving +the current light status +

The LightStatus() method retrieves the +current light status. This method supports only the single target, as different +targets can have different status. If multiple targets were specified, CHWRMLight::ELightStatusUnknown is +returned.

The following code snippet demonstrates how to retrieve the +current light status:

CHWRMLight::TLightStatus lightStatus = iLight->LightStatus( CHWRMLight::EPrimaryDisplay );
+
\ No newline at end of file