0.01.00
joiner_api.cpp File Reference

This file implements the OpenThread Joiner API. More...

Functions

otError otJoinerStart (otInstance *aInstance, const char *aPSKd, const char *aProvisioningUrl, const char *aVendorName, const char *aVendorModel, const char *aVendorSwVersion, const char *aVendorData, otJoinerCallback aCallback, void *aContext)
 This function enables the Thread Joiner role. More...
 
otError otJoinerStop (otInstance *aInstance)
 This function disables the Thread Joiner role. More...
 
otJoinerState otJoinerGetState (otInstance *aInstance)
 This function returns the Joiner State. More...
 
otError otJoinerGetId (otInstance *aInstance, otExtAddress *aJoinerId)
 Get the Joiner ID. More...
 

Detailed Description

This file implements the OpenThread Joiner API.