mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 23:07:28 +02:00
mdns: Minor fix of API description and API usage
* Original commit: espressif/esp-idf@c297301ecc
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
525c64915e
commit
941dc5c42f
@ -546,6 +546,7 @@ esp_err_t mdns_query_async_delete(mdns_search_once_t* search);
|
||||
* @param search pointer to search object
|
||||
* @param timeout time in milliseconds to wait for answers
|
||||
* @param results pointer to the results of the query
|
||||
* @param num_results pointer to the number of the actual result items (set to NULL to ignore this return value)
|
||||
*
|
||||
* @return
|
||||
* True if search has finished before or at timeout
|
||||
|
Reference in New Issue
Block a user