From b2fd247e511de3a64bcb4b0b7754184aad591b13 Mon Sep 17 00:00:00 2001 From: "pr.jung" Date: Wed, 2 Nov 2016 16:58:28 +0900 Subject: [PATCH] Add exception explanation for led(back flash) Change-Id: I4e72d12f17576df108d5b422c8c3d25118893732 Signed-off-by: pr.jung --- Tizen.System/Device/Led.cs | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.7.4