* @details Registers a resource specified by @a uri_path, @a res_types, @a state which have
* @a properties in Iotcon server.\n
* When client requests some operations, it send a response to client, automatically.\n
+ * The @a properties can contain multiple properties like
+ * IOTCON_RESOURCE_DISCOVERABLE | IOTCON_RESOURCE_OBSERVABLE.
*
* @since_tizen 3.0
* @privlevel public
* You must destroy @a resource_handle by calling iotcon_lite_resource_destroy()
* if @a remote_handle is no longer needed.
*
- * @param[in] uri_path The URI path of the resource.
- * @param[in] res_types The list of type of the resource.
- * @param[in] properties The property of the resource.
- * @param[in] state The state handle to set.
+ * @param[in] uri_path The URI path of the resource
+ * @param[in] res_types The list of type of the resource
+ * @param[in] properties The property of the resource\n Set of #iotcon_resource_property_e
+ * @param[in] state The state handle to set
* @param[out] resource_handle The handle of the resource
*
* @return 0 on success, otherwise a negative error value.
* observe the object.\n
* If not, you should discover the resource object manually.\n
* The @a properties can contain multiple properties like
- * IOTCON_RESOURCE_DISCOVERABLE | IOTCON_RESOURCE_OBSERVABLE.
+ * IOTCON_RESOURCE_DISCOVERABLE | IOTCON_RESOURCE_OBSERVABLE.\n
+ * The @a ifaces can contain multiple interfaces like
+ * IOTCON_INTERFACE_LINK | IOTCON_INTERFACE_BATCH.
*
* @since_tizen 3.0
*
*
* @param[in] host_address The host address of the resource
* @param[in] connectivity_type The connectivity type
- * @param[in] uri_path The URI path of the resource.
- * @param[in] properties The properties of the resource
+ * @param[in] uri_path The URI path of the resource
+ * @param[in] properties The properties of the resource\n Set of #iotcon_resource_property_e
* @param[in] resource_types The resource type of the resource. For example, "core.light"
- * @param[in] resource_ifaces The resource interfaces (whether it is collection etc)
+ * @param[in] resource_ifaces The resource interfaces (whether it is collection etc)\n
+ * Set of #iotcon_interface_e
* @param[out] remote_resource Generated resource handle
*
* @return 0 on success, otherwise a negative error value.
* @param[in] state The state of the remote resource
* @param[in] user_data The user data to pass to the function
*
- * @pre The callback must be registered using iotcon_remote_resource_start_monitoring()\n
+ * @pre The callback must be registered using iotcon_remote_resource_start_monitoring()
*
* @see iotcon_remote_resource_start_monitoring()
* @see iotcon_remote_resource_stop_monitoring()
* @since_tizen 3.0
*
* @param[in] resource The handle of the remote resource
- * @param[out] ifaces The resource interfaces of the remote resource
+ * @param[out] ifaces The resource interfaces of the remote resource\n Set of #iotcon_interface_e
*
* @return 0 on success, otherwise a negative error value.
* @retval #IOTCON_ERROR_NONE Successful
* @since_tizen 3.0
*
* @param[in] resource The handle of the resource
- * @param[out] properties The Properties of the resource
+ * @param[out] properties The Properties of the resource\n Set of #iotcon_resource_property_e
*
* @return 0 on success, otherwise a negative error value.
* @retval #IOTCON_ERROR_NONE Successful
* @since_tizen 3.0
*
* @param[in] repr The representation handle
- * @param[in] ifaces The interfaces to set
+ * @param[in] ifaces The interfaces to set\n Set of #iotcon_interface_e
*
* @return 0 on success, otherwise a negative error value.
* @retval #IOTCON_ERROR_NONE Successful
* @since_tizen 3.0
*
* @param[in] repr The representation handle
- * @param[out] ifaces The interfaces to get
+ * @param[out] ifaces The interfaces to get\n Set of #iotcon_interface_e
*
* @return Interfaces to get. Interfaces may contain multiple interfaces.
* @retval #IOTCON_INTERFACE_NONE Not set
* You must destroy @a resource by calling iotcon_resource_destroy()
* if @a resource is no longer needed.
*
- * @param[in] uri_path The URI path of the resource.
- * @param[in] res_types The list of type of the resource.
- * @param[in] ifaces The interfaces of the resource.
- * @param[in] properties The properties of the resource.
+ * @param[in] uri_path The URI path of the resource
+ * @param[in] res_types The list of type of the resource
+ * @param[in] ifaces The interfaces of the resource\n Set of #iotcon_interface_e
+ * @param[in] properties The properties of the resource\n Set of #iotcon_resource_property_e
* @param[in] cb The request handler callback function
* @param[in] user_data The user data to pass to the callback function
* @param[out] resource_handle The handle of the resource
* @since_tizen 3.0
*
* @param[in] resource The handle of the resource
- * @param[out] ifaces The interfaces of the resource
+ * @param[out] ifaces The interfaces of the resource\n Set of #iotcon_interface_e
*
* @return 0 on success, otherwise a negative error value.
* @retval #IOTCON_ERROR_NONE Successful
* @since_tizen 3.0
*
* @param[in] resource The handle of the resource
- * @param[out] properties The properties of resource
+ * @param[out] properties The properties of resource\n Set of #iotcon_resource_property_e
*
* @return 0 on success, otherwise a negative error value.
* @retval #IOTCON_ERROR_NONE Successful