Languages

Menu
Sites
Language
is there any class that manage a device's LED light except Notification classes?

Hi all,

according to the API Reference of Native Application Programming,
it's able to light a LED device using "Tizen::Shell::NotificationRequest::SetLight()".
 
but, is it possible to light a LED device not through Notification classes?
i just can't find a class that control a LED device without Notification.
 
i mean that vibrating a Tizen device is possible by using Notification classes,
but it's able to control vibrator by "Tizen::System::Vibrator" not optionally(like Notification classes).
 
Thanks.
 
Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

4 Replies
wil smith
There is no other API to set the notification light. The name itself indicates, the LED device being reffered here is meant for notifications only.
Yusuke Sugaya
hi wil. i see. the formal name of the LED device is "notification LED indicator" literally as i can confirm in the Documentations. really thanks for the information.
Yusuke Sugaya
hi wil. i see. the formal name of the LED device is "notification LED indicator" literally as i can confirm in the Documentations. really thanks for the information.
Pushpa G
According to the API Reference of Native Application Programming, it's able to light a LED device using "Tizen::Shell::NotificationRequest::SetLight()". but, is it possible to light a LED device not through Notification classes? i just can't find a class that control a LED device without Notification. i mean that vibrating a Tizen device is possible by using Notification classes, but it's able to control vibrator by "Tizen::System::Vibrator" not optionally(like Notification classes).