[ACR-456]Add enumeration for connection type
[platform/core/api/connection.git] / include / net_connection.h
index f658d50..9cbb5b6 100755 (executable)
@@ -55,6 +55,7 @@ typedef enum
     CONNECTION_TYPE_CELLULAR = 2,  /**< Cellular type */
     CONNECTION_TYPE_ETHERNET = 3,  /**< Ethernet type */
     CONNECTION_TYPE_BT = 4,  /**< Bluetooth type */
+    CONNECTION_TYPE_PROXY, /**< Proxy type (Since 3.0) */
 } connection_type_e;
 
 /**