Updating doxygen spelling mistakes 47/104947/1
authormanish.r <manish.r@samsung.com>
Fri, 11 Nov 2016 06:22:59 +0000 (11:52 +0530)
committersinikang <sinikang@samsung.com>
Thu, 15 Dec 2016 01:52:52 +0000 (10:52 +0900)
Change-Id: Iac7e9a05c80119029873af14117975e8bca9b18b
Signed-off-by: manish.r <manish.r@samsung.com>
Tizen.Telephony/Interop/Interop.Call.cs
Tizen.Telephony/Tizen.Telephony/Call.cs
Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs
Tizen.Telephony/Tizen.Telephony/Modem.cs
Tizen.Telephony/Tizen.Telephony/Network.cs
Tizen.Telephony/Tizen.Telephony/Sim.cs
Tizen.Telephony/Tizen.Telephony/SlotHandle.cs
Tizen.Telephony/Tizen.Telephony/Telephony.cs

index e475b01..c5cf929 100755 (executable)
@@ -30,7 +30,7 @@ internal static partial class Interop
     internal static partial class Call
     {
         [DllImport(Libraries.Telephony, EntryPoint = "telephony_call_get_preferred_voice_subscription")]
-        internal static extern Telephony.TelephonyError GetPreferredVoiceSubscription(IntPtr handle, out CallPreferredVoiceSubsubscription callSub);
+        internal static extern Telephony.TelephonyError GetPreferredVoiceSubscription(IntPtr handle, out CallPreferredVoiceSubscription callSub);
 
         [DllImport(Libraries.Telephony, EntryPoint = "telephony_call_get_call_list")]
         internal static extern Telephony.TelephonyError GetCallList(IntPtr handle, out uint count, out IntPtr callList);
index e3b4d7d..e10e91e 100755 (executable)
@@ -55,22 +55,22 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the current value for the preferred voice call subscription.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The currently set preferred voicecall subscription value.
         /// </returns>
-        public CallPreferredVoiceSubsubscription PreferredVoiceSubscription
+        public CallPreferredVoiceSubscription PreferredVoiceSubscription
         {
             get
             {
-                CallPreferredVoiceSubsubscription subs = CallPreferredVoiceSubsubscription.Unknown;
+                CallPreferredVoiceSubscription subs = CallPreferredVoiceSubscription.Unknown;
                 TelephonyError error = Interop.Call.GetPreferredVoiceSubscription(_handle, out subs);
                 if (error != TelephonyError.None)
                 {
                     Tizen.Log.Error(Interop.Telephony.LogTag, "GetPreferredVoiceSubscription Failed with error " + error);
-                    return CallPreferredVoiceSubsubscription.Unknown;
+                    return CallPreferredVoiceSubscription.Unknown;
                 }
 
                 return subs;
@@ -80,9 +80,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the list of the current call.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// List of CallHandle for existing calls.
         /// </returns>
index 6a2b735..8186cde 100755 (executable)
@@ -259,7 +259,7 @@ namespace Tizen.Telephony
             VideoCallStatusIncoming,
             /// <summary>
             /// Notification to be invoked when the preferred voice subscription changes.
-            /// CallPreferredVoiceSubsubscription will be delivered in notification data
+            /// CallPreferredVoiceSubscription will be delivered in notification data
             /// </summary>
             /// <privilege>
             /// http://tizen.org/privilege/telephony
index dbe76f6..49ddf52 100755 (executable)
@@ -75,9 +75,9 @@ namespace Tizen.Telephony
         /// Gets the IMEI (International Mobile Station Equipment Identity) of a mobile phone.
         /// The IMEI number is used by a GSM network to identify valid devices and therefore can be used for stopping a stolen phone from accessing that network.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The International Mobile Station Equipment Identity
         /// empty string if unable to complete the operation
@@ -101,9 +101,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the power status of the modem.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The Modem power status (0=on,1=off,2=reset,3=low)
         /// </returns>
@@ -127,9 +127,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the MEID (Mobile Equipment Identifier) of a mobile phone. (for CDMA)
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The Mobile Equipment Identifier
         /// empty string if unable to complete the operation
index f148545..9c2314f 100755 (executable)
@@ -284,9 +284,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the LAC (Location Area Code) of the current location.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/location.coarse
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in GSM / WCDMA network.
         /// </remarks>
@@ -314,9 +314,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the cell ID of the current location.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/location.coarse
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in GSM / WCDMA / LTE network.
         /// </remarks>
@@ -343,9 +343,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the RSSI (Received Signal Strength Indicator).
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The Received Signal Strength Indicator
         /// Higher the received number, the stronger the signal strength.
@@ -370,9 +370,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the roaming state of the current registered network.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// true if roaming, otherwise false if not roaming
         /// </returns>
@@ -395,9 +395,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the MCC (Mobile Country Code) of the current registered network.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in GSM / WCDMA / LTE network.
         /// </remarks>
@@ -424,9 +424,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the MNC (Mobile Network Code) of the current registered network.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in GSM / WCDMA / LTE network.
         /// </remarks>
@@ -453,9 +453,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the name of the current registered network.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in GSM / WCDMA / LTE network.
         /// </remarks>
@@ -482,9 +482,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the network service type of the current registered network.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in case network is in service.
         /// </remarks>
@@ -510,9 +510,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the packet service type of the current registered network.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in HSDPA network.
         /// </remarks>
@@ -539,9 +539,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the network name option of the current registered network.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The network name display option
         /// </returns>
@@ -565,9 +565,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the current network state of the telephony service.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The current network state
         /// </returns>
@@ -591,9 +591,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the current default subscription for data service (Packet Switched).
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returnns>
         /// The current default data subscription
         /// </returnns>
@@ -617,9 +617,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the current default subscription for voice service (Circuit Switched).
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returnns>
         /// The current default voice subscription
         /// </returnns>
@@ -643,9 +643,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the network selection mode.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The network selection mode.
         /// </returns>
@@ -669,9 +669,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the TAC (Tracking Area Code) of the current location.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in LTE network.
         /// </remarks>
@@ -699,9 +699,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the system ID of the current location.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in CDMA network.
         /// </remarks>
@@ -729,9 +729,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the network ID of the current location.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/location.coarse
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in CDMA network.
         /// </remarks>
@@ -759,9 +759,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the base station ID of the current location.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/location.coarse
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in CDMA network.
         /// </remarks>
@@ -790,9 +790,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the base station latitude of the current location.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/location.coarse
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in CDMA network.
         /// </remarks>
@@ -819,9 +819,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the base station longitude of the current location.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/location.coarse
-        /// </priviledge>
+        /// </privilege>
         /// <remarks>
         /// This API can be used in CDMA network.
         /// </remarks>
index dcc5ae9..d2bb897 100755 (executable)
@@ -122,9 +122,9 @@ namespace Tizen.Telephony
         /// Gets the Integrated Circuit Card IDentification (ICC-ID).
         /// The Integrated Circuit Card Identification number internationally identifies SIM cards.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The Integrated Circuit Card Identification
         /// empty string if unable to complete the operation
@@ -152,9 +152,9 @@ namespace Tizen.Telephony
         /// Gets the SIM Operator (MCC [3 digits] + MNC [2~3 digits]).
         /// The Operator is embedded in the SIM card.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The SIM Operator
         /// empty string if unable to complete the operation
@@ -181,9 +181,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the Mobile Subscription Identification Number (MSIN [9~10 digits]) of the SIM provider.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The Mobile Subscription Identification Number
         /// empty string if unable to complete the operation
@@ -211,9 +211,9 @@ namespace Tizen.Telephony
         /// Gets the Service Provider Name (SPN) of the SIM card.
         /// Gets Service Provider Name embedded in the SIM card.If this value is not stored in SIM card, empty string will be returned.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The Service Provider Name
         /// empty string if unable to complete the operation
@@ -240,9 +240,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Checks whether the current SIM card is different from the previous SIM card.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// true if the current SIM card is different from the previous SIM card, otherwise false if the SIM card is not changed
         /// </returns>
@@ -274,9 +274,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the state of the SIM.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The current state of the SIM
         /// </returns>
@@ -297,11 +297,11 @@ namespace Tizen.Telephony
         }
 
         /// <summary>
-        /// Gets the list of application on UICC.
+        /// Gets the count of application on UICC.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The masking value for below values are provided by the enum ApplicationType
         /// 0 if unable to complete the operation
@@ -329,9 +329,9 @@ namespace Tizen.Telephony
         /// Gets subscriber number embedded in the SIM card. This value contains MSISDN related to the subscriber.
         /// If this value is not stored in SIM card, empty string will be returned.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The subscriber number in the SIM
         /// empty string if unable to complete the operation
@@ -358,9 +358,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the Subscriber ID.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The subscriber ID
         /// empty string if unable to complete the operation
@@ -387,9 +387,9 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the lock state of the SIM.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The current lock state of the SIM
         /// </returns>
@@ -416,9 +416,9 @@ namespace Tizen.Telephony
         /// Gets the GID1 (Group Identifier Level 1).
         /// Gets Group Identifier Level 1(GID1) embedded in the SIM card.If this value is not stored in SIM card, empty string will be returned.
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The GID1 (Group Identifier Level 1)
         /// empty string if unable to complete the operation
@@ -446,9 +446,9 @@ namespace Tizen.Telephony
         /// Gets the call forwarding indicator state of the SIM.
         /// If the state is true, incoming call will be forwarded to the selected number.state indicates the CFU(Call Forwarding Unconditional) indicator status - Voice. (3GPP TS 31.102 4.2.64 EF CFIS)
         /// </summary>
-        /// <priviledge>
+        /// <privilege>
         /// http://tizen.org/privilege/telephony
-        /// </priviledge>
+        /// </privilege>
         /// <returns>
         /// The value whether incoming call will be forwarded or not. (true: forwarded, false: not forwarded)
         /// </returns>
index 31bc553..51f462e 100755 (executable)
@@ -20,6 +20,9 @@ using System.Runtime.InteropServices;
 
 namespace Tizen.Telephony
 {
+    /// <summary>
+    /// This Class provides API's that provides functionality related to slot handle.
+    /// </summary>
     public class SlotHandle
     {
         internal IntPtr _handle;
@@ -272,7 +275,7 @@ namespace Tizen.Telephony
 
                     case ChangeNotificationEventArgs.Notification.CallPreferredVoiceSubscription:
                         {
-                            notiData = (CallPreferredVoiceSubsubscription)Marshal.ReadInt32(data);
+                            notiData = (CallPreferredVoiceSubscription)Marshal.ReadInt32(data);
                             break;
                         }
 
index e0cb684..7c8b239 100755 (executable)
@@ -43,7 +43,7 @@ namespace Tizen.Telephony
     /// <summary>
     /// Enumeration for the preferred voice call subscription.
     /// </summary>
-    public enum CallPreferredVoiceSubsubscription
+    public enum CallPreferredVoiceSubscription
     {
         /// <summary>
         /// Unknown status