Add otGetFactoryAssignedIeeeEui64() to API. (#592)

- Change cli.cpp to use OpenThread API rather than platform API.
This commit is contained in:
Jonathan Hui
2016-09-14 12:01:09 -07:00
committed by GitHub
parent 654f953fda
commit 9393f468bd
3 changed files with 15 additions and 2 deletions
+9
View File
@@ -502,6 +502,15 @@ const uint8_t *otGetExtendedPanId(otInstance *aInstance);
*/
void otSetExtendedPanId(otInstance *aInstance, const uint8_t *aExtendedPanId);
/**
* Get the factory-assigned IEEE EUI-64.
*
* @param[in] aInstance A pointer to the OpenThread instance.
* @param[out] aEui64 A pointer to where the factory-assigned IEEE EUI-64 is placed.
*
*/
void otGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64);
/**
* This function returns a pointer to the Leader's RLOC.
*