[cli] add 'childip' command to cli for getting ip addresses of MTD children (#3791)

This commit is contained in:
Ciaran Woodward
2019-04-30 18:40:40 -07:00
committed by Jonathan Hui
parent 617f8958dd
commit 267a3b3e29
5 changed files with 76 additions and 9 deletions
+4 -4
View File
@@ -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.