THCI: enhance commissioner session id. (#986)

This commit is contained in:
Xiao Ma
2016-11-17 18:36:39 +08:00
committed by Jonathan Hui
parent ad1c66e887
commit 78047488b6
5 changed files with 50 additions and 0 deletions
+10
View File
@@ -212,6 +212,16 @@ OTAPI ThreadError OTCALL otSendMgmtCommissionerGet(otInstance *, const uint8_t *
OTAPI ThreadError OTCALL otSendMgmtCommissionerSet(otInstance *, const otCommissioningDataset *aDataset,
const uint8_t *aTlvs, uint8_t aLength);
/**
* This function returns the origian Commissioner Session ID.
*
* @param[in] aInstance A pointer to an OpenThread instance.
*
* @returns The current commissioner session id.
*
*/
OTAPI uint16_t OTCALL otCommissionerGetSessionId(otInstance *);
/**
* @}
*