Merge reviewed doxygen.
[platform/framework/native/telephony.git] / inc / FTelNetworkInfo.h
index 0f67a86..15c1c65 100755 (executable)
@@ -116,7 +116,8 @@ public:
      * Gets the Mobile Network Code (MNC) of the network.
      *
      * @since   2.0
-     * @privilege   %http://tizen.org/privilege/systeminfo
+     * @privlevel      public
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return         The MNC of the network
      * @exception      E_SUCCESS       The method is successful.
@@ -129,7 +130,8 @@ public:
      * Gets the Mobile Country Code (MCC) of the network.
      *
      * @since   2.0
-     * @privilege   %http://tizen.org/privilege/systeminfo
+     * @privlevel      public
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return         The MCC of the network
      * @exception      E_SUCCESS       The method is successful.
@@ -149,7 +151,8 @@ public:
      * @compatibility  This method has compatibility issues with OSP compatible applications. @n
      *                  For more information, see the issue description for @ref CompNetworkInfoGetPlmnPage "here".
      * @endif
-     * @privilege   %http://tizen.org/privilege/systeminfo
+     * @privlevel      public
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return         The PLMN name
      * @exception      E_SUCCESS               The method is successful.
@@ -162,7 +165,7 @@ public:
     /**
      * @page    CompNetworkInfoGetPlmnPage Compatibility for GetPlmn()
      * @section CompNetworkInfoGetPlmnPageIssueSection Issues
-     *          Implementing this method in OSP compatible applications has the following issues:   @n 
+     *          Implementation of this method in Tizen API versions prior to 2.1 has the following issue: @n
      *          -# The method returns an alphabetic name of PLMN.
      *
      * @section CompNetworkInfoGetPlmnPageSolutionSection Resolutions
@@ -174,7 +177,8 @@ public:
      * Gets the current cell ID.
      *
      * @since   2.0
-     * @privilege   %http://tizen.org/privilege/systeminfo
+     * @privlevel      public
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return         The current cell ID
      * @exception      E_SUCCESS       The method is successful.
@@ -188,7 +192,8 @@ public:
      * Gets the current Location Area Code (LAC).
      *
      * @since   2.0
-     * @privilege   %http://tizen.org/privilege/systeminfo
+     * @privlevel      public
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return         The current LAC
      * @exception      E_SUCCESS       The method is successful.
@@ -202,7 +207,8 @@ public:
      * Gets the operator name.
      *
      * @since 2.0
-     * @privilege   %http://tizen.org/privilege/systeminfo
+     * @privlevel      public
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return      The operator name
      * @exception   E_SUCCESS   The method is successful.
@@ -236,13 +242,15 @@ public:
      * Gets the received signal strength indication of a modem device.
      *
      * @since   2.0
-     * @privilege   %http://tizen.org/privilege/systeminfo
+     * @privlevel      public
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return  The current RSSI @n
      *          The possible RSSI value ranges from @c 0 to @c 100.
      * @exception   E_SUCCESS   The method is successful.
      * @exception   E_PRIVILEGE_DENIED  The application does not have the privilege to call this method.
      * @exception   E_SYSTEM    A system error has occurred.
+          * @exception   E_UNSUPPORTED_OPERATION       The device does not support the telephony feature. @b Since: @b 2.1
      * @remarks                The specific error code can be accessed using the GetLastResult() method.
      */
        static int GetRssi(void);