openthread

How to use otThreadGetChildNextIp6Address?


I can’t find out how to use otThreadGetChildNextIp6Address. I am using two devices, one is the leader and the other is a child. I need the leader to get child addresses, is it possible to do it with this API?

I have tried with arguments below but it returned OT_ERROR_NOT_FOUND.

Have I missed something?


Solution

  • See the OpenThread CLI implementation for an example of using otThreadGetChildNextIp6Address().