From: sung.goo.kim Date: Fri, 22 Jan 2016 02:31:25 +0000 (+0900) Subject: Add description of iotcon_qos_e X-Git-Tag: submit/tizen/20160125.070538~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed00abfbd32de4265436c9ee2492d7edec1b47b8;p=platform%2Fcore%2Fiot%2Fiotcon.git Add description of iotcon_qos_e Change-Id: I96da670122c20e86775e5054ab59c075ae734df2 --- diff --git a/lib/include/iotcon-constant.h b/lib/include/iotcon-constant.h index 7ff066e..b1eb6b7 100644 --- a/lib/include/iotcon-constant.h +++ b/lib/include/iotcon-constant.h @@ -225,8 +225,8 @@ typedef enum { * @since_tizen 3.0 */ typedef enum { - IOTCON_QOS_LOW, - IOTCON_QOS_HIGH, + IOTCON_QOS_LOW, /**< Indicates low quality of service */ + IOTCON_QOS_HIGH, /**< Indicates high quality of service */ } iotcon_qos_e;