Add callback to indicate when joiner operation completes. (#1094)

This commit is contained in:
Jonathan Hui
2016-12-27 08:06:18 -08:00
committed by GitHub
parent 28c049f2ce
commit 64d49153bd
18 changed files with 247 additions and 48 deletions
+2
View File
@@ -225,6 +225,7 @@ private:
void *aContext);
static void s_HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask, void *aContext);
static void s_HandleDiagnosticGetResponse(otMessage aMessage, const otMessageInfo *aMessageInfo, void *aContext);
static void s_HandleJoinerCallback(ThreadError aError, void *aContext);
void HandleEchoResponse(Message &aMessage, const Ip6::MessageInfo &aMessageInfo);
void HandlePingTimer();
@@ -234,6 +235,7 @@ private:
void HandleEnergyReport(uint32_t aChannelMask, const uint8_t *aEnergyList, uint8_t aEnergyListLength);
void HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask);
void HandleDiagnosticGetResponse(Message &aMessage, const Ip6::MessageInfo &aMessageInfo);
void HandleJoinerCallback(ThreadError aError);
static const struct Command sCommands[];