Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 12:23, 24 August 2007.

TSS000552 - Controlling LED on Nokia E61 for incoming messages

From Forum Nokia Wiki


Subject:

Controlling LED on Nokia E61 for incoming messages TSS000552

 

Platform(s): Device(s), SW version(s):
S60 3rd Edition, Enterprise Solutions SDK Plugin Nokia E61

Category:

Symbian C++

Subcategory:

Messaging, E-mail

Description:

The LED on the front panel of the Nokia E61 flashes to announce the arrival of new messages. This can also be controlled using Publish & Subscribe keys.
Solution:
    // iProperty is of type RProperty
    iProperty.Attach( KPropertyUidEmailLedCategory, KEmailLEDOnRequest );
    iProperty.Subscribe( iStatus ); // subscribe to LED status changes (using an active object)
    // to switch on LED blinking
    iProperty.Set( 1 );
    // to switch off LED blinking
    iProperty.Set( 0 );
KPropertyUidEmailLedCategory and KEmailLEDOnRequest UIDs are defined in the emailledvalues.h header in the Enterprise Solutions SDK.
The Enterprise Solutions SDK is available only in Forum Nokia PRO.

Creation date:

December 29, 2006

Last modified:

-
Related Discussions
Thread Thread Starter Forum Replies Last Post
Using M31 as a modem waperman Nokia M2M 14 2003-05-08 08:41
Network status screens appearing behing application on E61 barnabyg Mobile Java General 3 2006-06-27 18:54
working asynchronously kosjanne General Symbian C++ 1 2005-04-08 13:28
Obex file transfer on Nokia Communicator 9300 tdonau Symbian Networking & Messaging 0 2006-08-15 07:56
how to turn off warnings in command line build krix Symbian Tools & SDKs 1 2007-08-04 21:35
 
Powered by MediaWiki