Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / src / Tizen.System.Information / RuntimeInfo / Enumerations.cs
index 8b2fcf0..ea0281d 100755 (executable)
 * limitations under the License.
 */
 
-using System;
+using System.ComponentModel;
 
 namespace Tizen.System
 {
+    [EditorBrowsable(EditorBrowsableState.Never)]
     /// <summary>
     /// Enumeration for the runtime information key.
     /// </summary>
-    public enum RuntimeInformationKey
+    internal enum RuntimeInfoKey
     {
         /// <summary>
         /// Indicates whether Bluetooth is enabled.
@@ -29,7 +30,6 @@ namespace Tizen.System
         Bluetooth = 2,
         /// <summary>
         /// Indicates whether Wi-Fi hotspot is enabled.
-        /// <see cref="WifiStatus"/>
         /// </summary>
         WifiHotspot = 3,
         /// <summary>
@@ -85,25 +85,6 @@ namespace Tizen.System
     }
 
     /// <summary>
-    /// Enumeration for the Wi-Fi status.
-    /// </summary>
-    public enum WifiStatus
-    {
-        /// <summary>
-        /// The Wi-Fi is disabled.
-        /// </summary>
-        Disabled,
-        /// <summary>
-        /// The Wi-Fi is enabled and the network connection is not established.
-        /// </summary>
-        Unconnected,
-        /// <summary>
-        /// The network connection is established in a Wi-Fi network.
-        /// </summary>
-        Connected
-    }
-
-    /// <summary>
     /// Enumeration for the GPS status.
     /// </summary>
     public enum GpsStatus