From: sung.goo.kim Date: Wed, 4 Nov 2015 06:12:50 +0000 (+0900) Subject: (ACR) Add doxygen for asynchronous API X-Git-Tag: submit/tizen/20151130.235229~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3b932bb8d263a8c0cf0e0a122785d4c901b86ee;p=platform%2Fcore%2Fiot%2Fiotcon.git (ACR) Add doxygen for asynchronous API Change-Id: I7b4d359c7815a022e89843040860d75b91ac7f6d --- diff --git a/lib/include/iotcon-client.h b/lib/include/iotcon-client.h index 1dcea71..e1669c5 100644 --- a/lib/include/iotcon-client.h +++ b/lib/include/iotcon-client.h @@ -144,7 +144,7 @@ typedef void (*iotcon_found_resource_cb)(iotcon_remote_resource_h resource, iotcon_error_e result, void *user_data); /** - * @brief Finds resources. + * @brief Finds resources, asynchronously. * @details Request to find a resource of @a host_address server with @a resource_type.\n * @a host_address could be #IOTCON_MULTICAST_ADDRESS for IPv4 multicast.\n * If succeed to find the resource, iotcon_found_resource_cb() will be invoked with @@ -202,7 +202,7 @@ typedef void (*iotcon_device_info_cb)(iotcon_device_info_h device_info, iotcon_error_e result, void *user_data); /** - * @brief Gets the device information of remote server. + * @brief Gets the device information of remote server, asynchronously. * @details Request device information to server and pass the information by calling * iotcon_device_info_cb().\n * @a host_address could be #IOTCON_MULTICAST_ADDRESS for IPv4 multicast.\n @@ -277,7 +277,7 @@ typedef void (*iotcon_platform_info_cb)(iotcon_platform_info_h platform_info, iotcon_error_e result, void *user_data); /** - * @brief Gets the platform information of remote server. + * @brief Gets the platform information of remote server, asynchronously. * @details Request platform information to server and pass the information by calling * iotcon_platform_info_cb().\n * @a host_address could be #IOTCON_MULTICAST_ADDRESS for IPv4 multicast.\n @@ -354,7 +354,7 @@ typedef void (*iotcon_tizen_info_cb)(iotcon_tizen_info_h tizen_info, iotcon_error_e result, void *user_data); /** - * @brief Gets the tizen device information of remote server. + * @brief Gets the tizen device information of remote server, asynchronously. * @details Request tizen device information to server and pass the information by calling * iotcon_tizen_info_cb().\n * If succeed to getting tizen information, iotcon_tizen_info_cb() will be invoked with diff --git a/lib/include/iotcon-remote-resource.h b/lib/include/iotcon-remote-resource.h index bd0598a..8ac2245 100644 --- a/lib/include/iotcon-remote-resource.h +++ b/lib/include/iotcon-remote-resource.h @@ -199,7 +199,7 @@ int iotcon_remote_resource_start_observing(iotcon_remote_resource_h resource, int iotcon_remote_resource_stop_observing(iotcon_remote_resource_h resource); /** - * @brief Gets the attributes of a resource. + * @brief Gets the attributes of a resource, asynchronously. * @details When server sends response on get request, iotcon_remote_resource_response_cb() will be called. * * @since_tizen 3.0 @@ -229,7 +229,7 @@ int iotcon_remote_resource_get(iotcon_remote_resource_h resource, iotcon_query_h iotcon_remote_resource_response_cb cb, void *user_data); /** - * @brief Puts the representation of a resource + * @brief Puts the representation of a resource, asynchronously. * @details When server sends response on put request, iotcon_remote_resource_response_cb() will be called. * * @since_tizen 3.0 @@ -263,7 +263,7 @@ int iotcon_remote_resource_put(iotcon_remote_resource_h resource, void *user_data); /** - * @brief Posts on a resource + * @brief Posts on a resource, asynchronously. * @details When server sends response on post request, iotcon_remote_resource_response_cb() will be called. * * @since_tizen 3.0 @@ -297,7 +297,7 @@ int iotcon_remote_resource_post(iotcon_remote_resource_h resource, void *user_data); /** - * @brief Deletes a resource. + * @brief Deletes a resource, asynchronously. * @details When server sends response on delete request, iotcon_remote_resource_response_cb() will be called. * * @since_tizen 3.0