From: chleun.moon Date: Thu, 8 Jun 2017 09:21:25 +0000 (+0900) Subject: Modify API reference X-Git-Tag: submit/trunk/20170823.075128~116^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d53c22d8afa364431b66e998910e3f3f6240145;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Modify API reference Change-Id: Ibc7bea74f10fa1ceaf24917719997491a4b8a8f8 Signed-off-by: cheoleun --- diff --git a/src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionManager.cs b/src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionManager.cs index 43c84b6..75b6b22 100755 --- a/src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionManager.cs +++ b/src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionManager.cs @@ -70,6 +70,11 @@ namespace Tizen.Network.Connection /// /// Event that is called when the type of the current connection is changed. /// + /// http://tizen.org/privilege/network.get + /// http://tizen.org/feature/network.ethernet + /// http://tizen.org/feature/network.telephony + /// http://tizen.org/feature/network.tethering.bluetooth + /// http://tizen.org/feature/network.wifi public static event EventHandler ConnectionTypeChanged { add @@ -86,6 +91,8 @@ namespace Tizen.Network.Connection /// /// Event for ethernet cable is plugged [in/out] event. /// + /// http://tizen.org/privilege/network.get + /// http://tizen.org/feature/network.ethernet public static event EventHandler EthernetCableStateChanged { add @@ -102,6 +109,11 @@ namespace Tizen.Network.Connection /// /// Event that is called when the IP address is changed. /// + /// http://tizen.org/privilege/network.get + /// http://tizen.org/feature/network.ethernet + /// http://tizen.org/feature/network.telephony + /// http://tizen.org/feature/network.tethering.bluetooth + /// http://tizen.org/feature/network.wifi public static event EventHandler IPAddressChanged { add @@ -118,6 +130,11 @@ namespace Tizen.Network.Connection /// /// Event that is called when the proxy address is changed. /// + /// http://tizen.org/privilege/network.get + /// http://tizen.org/feature/network.ethernet + /// http://tizen.org/feature/network.telephony + /// http://tizen.org/feature/network.tethering.bluetooth + /// http://tizen.org/feature/network.wifi public static event EventHandler ProxyAddressChanged { add @@ -148,10 +165,10 @@ namespace Tizen.Network.Connection /// The address family /// IP address of the connection (global address in case of IPv6). /// http://tizen.org/privilege/network.get + /// http://tizen.org/feature/network.ethernet /// http://tizen.org/feature/network.telephony - /// http://tizen.org/feature/network.wifi /// http://tizen.org/feature/network.tethering.bluetooth - /// http://tizen.org/feature/network.ethernet + /// http://tizen.org/feature/network.wifi /// Thrown when feature is not supported. /// Thrown when permission is denied. /// Thrown when value is invalid parameter. @@ -168,10 +185,10 @@ namespace Tizen.Network.Connection /// The type of current network connection /// A list of IPv6 addresses of the connection. /// http://tizen.org/privilege/network.get + /// http://tizen.org/feature/network.ethernet /// http://tizen.org/feature/network.telephony - /// http://tizen.org/feature/network.wifi /// http://tizen.org/feature/network.tethering.bluetooth - /// http://tizen.org/feature/network.ethernet + /// http://tizen.org/feature/network.wifi /// Thrown when feature is not supported. /// Thrown when permission is denied. /// Thrown when value is invalid parameter. @@ -188,10 +205,10 @@ namespace Tizen.Network.Connection /// The address family /// Proxy address of the connection. /// http://tizen.org/privilege/network.get + /// http://tizen.org/feature/network.ethernet /// http://tizen.org/feature/network.telephony - /// http://tizen.org/feature/network.wifi /// http://tizen.org/feature/network.tethering.bluetooth - /// http://tizen.org/feature/network.ethernet + /// http://tizen.org/feature/network.wifi /// Thrown when feature is not supported. /// Thrown when permission is denied. /// Thrown when value is invalid parameter. @@ -208,10 +225,10 @@ namespace Tizen.Network.Connection /// The type of current network connection /// MAC address of the Wi-Fi or ethernet. /// http://tizen.org/privilege/network.get + /// http://tizen.org/feature/network.ethernet /// http://tizen.org/feature/network.telephony - /// http://tizen.org/feature/network.wifi /// http://tizen.org/feature/network.tethering.bluetooth - /// http://tizen.org/feature/network.ethernet + /// http://tizen.org/feature/network.wifi /// Thrown when feature is not supported. /// Thrown when permission is denied. /// Thrown when value is invalid parameter. @@ -229,10 +246,10 @@ namespace Tizen.Network.Connection /// The type of statistics /// The statistics information associated with statisticsType /// http://tizen.org/privilege/network.get + /// http://tizen.org/feature/network.ethernet /// http://tizen.org/feature/network.telephony - /// http://tizen.org/feature/network.wifi /// http://tizen.org/feature/network.tethering.bluetooth - /// http://tizen.org/feature/network.ethernet + /// http://tizen.org/feature/network.wifi /// Thrown when feature is not supported. /// Thrown when permission is denied. /// Thrown when value is invalid parameter. @@ -250,10 +267,10 @@ namespace Tizen.Network.Connection /// The type of statistics /// http://tizen.org/privilege/network.get /// http://tizen.org/privilege/network.set + /// http://tizen.org/feature/network.ethernet /// http://tizen.org/feature/network.telephony - /// http://tizen.org/feature/network.wifi /// http://tizen.org/feature/network.tethering.bluetooth - /// http://tizen.org/feature/network.ethernet + /// http://tizen.org/feature/network.wifi /// Thrown when feature is not supported. /// Thrown when permission is denied. /// Thrown when value is invalid parameter. diff --git a/src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionProfile.cs b/src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionProfile.cs index 85232d1..729573f 100755 --- a/src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionProfile.cs +++ b/src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionProfile.cs @@ -43,6 +43,10 @@ namespace Tizen.Network.Connection /// /// The event that is called when the state of profile is changed. /// + /// http://tizen.org/feature/network.ethernet + /// http://tizen.org/feature/network.telephony + /// http://tizen.org/feature/network.tethering.bluetooth + /// http://tizen.org/feature/network.wifi public event EventHandler ProfileStateChanged { add @@ -233,10 +237,10 @@ namespace Tizen.Network.Connection /// Refreshes the profile information. /// /// http://tizen.org/privilege/network.get + /// http://tizen.org/feature/network.ethernet /// http://tizen.org/feature/network.telephony - /// http://tizen.org/feature/network.wifi /// http://tizen.org/feature/network.tethering.bluetooth - /// http://tizen.org/feature/network.ethernet + /// http://tizen.org/feature/network.wifi /// Thrown when feature is not supported. /// Thrown when permission is denied. /// Thrown when value is invalid parameter. @@ -261,10 +265,10 @@ namespace Tizen.Network.Connection /// /// The address family /// The network state. + /// http://tizen.org/feature/network.ethernet /// http://tizen.org/feature/network.telephony - /// http://tizen.org/feature/network.wifi /// http://tizen.org/feature/network.tethering.bluetooth - /// http://tizen.org/feature/network.ethernet + /// http://tizen.org/feature/network.wifi /// Thrown when feature is not supported. /// Thrown when value is invalid parameter. /// Thrown when profile instance is invalid or when method failed due to invalid operation