mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 04:07:47 +00:00
[docs] specify seconds as the unit for child timeout value (#3145)
This commit is contained in:
committed by
Jonathan Hui
parent
4c470d7eea
commit
3c88ba28fb
@@ -281,7 +281,7 @@ OTAPI bool OTCALL otThreadIsDiscoverInProgress(otInstance *aInstance);
|
||||
*
|
||||
* @param[in] aInstance A pointer to an OpenThread instance.
|
||||
*
|
||||
* @returns The Thread Child Timeout value.
|
||||
* @returns The Thread Child Timeout value in seconds.
|
||||
*
|
||||
* @sa otThreadSetChildTimeout
|
||||
*/
|
||||
@@ -291,7 +291,7 @@ OTAPI uint32_t OTCALL otThreadGetChildTimeout(otInstance *aInstance);
|
||||
* Set the Thread Child Timeout used when operating in the Child role.
|
||||
*
|
||||
* @param[in] aInstance A pointer to an OpenThread instance.
|
||||
* @param[in] aTimeout The timeout value.
|
||||
* @param[in] aTimeout The timeout value in seconds.
|
||||
*
|
||||
* @sa otThreadSetChildTimeout
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user