mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 06:30:10 +00:00
[cli] add 'childip' command to cli for getting ip addresses of MTD children (#3791)
This commit is contained in:
committed by
Jonathan Hui
parent
617f8958dd
commit
267a3b3e29
@@ -462,10 +462,10 @@ OTAPI otError OTCALL otThreadGetChildInfoByIndex(otInstance *aInstance, uint8_t
|
||||
* @sa otThreadGetChildInfoByIndex
|
||||
*
|
||||
*/
|
||||
otError otThreadGetChildNextIp6Address(otInstance * aInstance,
|
||||
uint8_t aChildIndex,
|
||||
otChildIp6AddressIterator *aIterator,
|
||||
otIp6Address * aAddress);
|
||||
OTAPI otError OTCALL otThreadGetChildNextIp6Address(otInstance * aInstance,
|
||||
uint8_t aChildIndex,
|
||||
otChildIp6AddressIterator *aIterator,
|
||||
otIp6Address * aAddress);
|
||||
|
||||
/**
|
||||
* Get the current Router ID Sequence.
|
||||
|
||||
Reference in New Issue
Block a user