0.01.00
dataset_ftd.h File Reference

This file defines the OpenThread Operational Dataset API (FTD only). More...

#include <openthread/types.h>

Go to the source code of this file.

Functions

OTAPI otError OTCALL otDatasetSetActive (otInstance *aInstance, const otOperationalDataset *aDataset)
 This function sets the Active Operational Dataset. More...
 
OTAPI otError OTCALL otDatasetSetPending (otInstance *aInstance, const otOperationalDataset *aDataset)
 This function sets the Pending Operational Dataset. More...
 
OTAPI otError OTCALL otDatasetSendMgmtActiveGet (otInstance *aInstance, const uint8_t *aTlvTypes, uint8_t aLength, const otIp6Address *aAddress)
 This function sends MGMT_ACTIVE_GET. More...
 
OTAPI otError OTCALL otDatasetSendMgmtActiveSet (otInstance *aInstance, const otOperationalDataset *aDataset, const uint8_t *aTlvs, uint8_t aLength)
 This function sends MGMT_ACTIVE_SET. More...
 
OTAPI otError OTCALL otDatasetSendMgmtPendingGet (otInstance *aInstance, const uint8_t *aTlvTypes, uint8_t aLength, const otIp6Address *aAddress)
 This function sends MGMT_PENDING_GET. More...
 
OTAPI otError OTCALL otDatasetSendMgmtPendingSet (otInstance *aInstance, const otOperationalDataset *aDataset, const uint8_t *aTlvs, uint8_t aLength)
 This function sends MGMT_PENDING_SET. More...
 
OTAPI uint32_t OTCALL otDatasetGetDelayTimerMinimal (otInstance *aInstance)
 Get minimal delay timer. More...
 
OTAPI otError OTCALL otDatasetSetDelayTimerMinimal (otInstance *aInstance, uint32_t aDelayTimerMinimal)
 Set minimal delay timer. More...
 

Detailed Description

This file defines the OpenThread Operational Dataset API (FTD only).