mirror of
https://github.com/espressif/openthread.git
synced 2026-09-07 17:50:09 +00:00
[docs] adding missing parameter documentation (#2333)
This commit is contained in:
committed by
Jonathan Hui
parent
4dc9f8edf0
commit
1667cc7558
@@ -488,6 +488,8 @@ typedef void (*otThreadChildTableCallback)(otThreadChildTableEvent aEvent, const
|
||||
/**
|
||||
* This function gets the child table callback function.
|
||||
*
|
||||
* @param[in] aInstance A pointer to an OpenThread instance.
|
||||
*
|
||||
* @returns The callback function pointer.
|
||||
*
|
||||
*/
|
||||
@@ -500,7 +502,8 @@ otThreadChildTableCallback otThreadGetChildTableCallback(otInstance *aInstance);
|
||||
* table. Subsequent calls to this method will overwrite the previous callback. Note that this callback in invoked
|
||||
* while the child table is being updated and always before the `otStateChangedCallback`.
|
||||
*
|
||||
* @param[in] aCallback A pointer to callback handler function.
|
||||
* @param[in] aInstance A pointer to an OpenThread instance.
|
||||
* @param[in] aCallback A pointer to callback handler function.
|
||||
*
|
||||
*/
|
||||
void otThreadSetChildTableCallback(otInstance *aInstance, otThreadChildTableCallback aCallback);
|
||||
|
||||
@@ -871,6 +871,9 @@ typedef struct otServiceConfig
|
||||
*/
|
||||
uint8_t mServiceData[kMaxServiceDataSize];
|
||||
|
||||
/**
|
||||
* The Server configuration.
|
||||
*/
|
||||
otServerConfig mServerConfig;
|
||||
} otServiceConfig;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user