From: pr.jung Date: Wed, 2 Nov 2016 07:58:28 +0000 (+0900) Subject: Add exception explanation for led(back flash) X-Git-Tag: submit/tizen/20161214.063015~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2fd247e511de3a64bcb4b0b7754184aad591b13;p=platform%2Fcore%2Fcsapi%2Fsystem.git Add exception explanation for led(back flash) Change-Id: I4e72d12f17576df108d5b422c8c3d25118893732 Signed-off-by: pr.jung --- diff --git a/Tizen.System/Device/Led.cs b/Tizen.System/Device/Led.cs index 26181b0..e67db45 100644 --- a/Tizen.System/Device/Led.cs +++ b/Tizen.System/Device/Led.cs @@ -42,6 +42,9 @@ namespace Tizen.System { /// /// Gets the max brightness value of a LED that is located next to the camera. + /// When the invalid parameter value is set. + /// If the privilege is not set. + /// In case of device does not support this behavior. /// public static int MaxBrightness { @@ -67,6 +70,7 @@ namespace Tizen.System /// /// When the invalid parameter value is set. /// If the privilege is not set. + /// In case of device does not support this behavior. /// /// Console.WriteLine("Led current Brightness is: {0}", Tizen.System.Led.Brightness); /// Tizen.System.Led.Brightness = 50;