35 #ifndef OPENTHREAD_DATASET_H_ 36 #define OPENTHREAD_DATASET_H_ 94 #endif // OPENTHREAD_DATASET_H_ OTAPI otError OTCALL otDatasetGetPending(otInstance *aInstance, otOperationalDataset *aDataset)
This function gets the Pending Operational Dataset.
Definition: dataset_api.cpp:69
This type represents all the static / global variables used by OpenThread allocated in one place...
Definition: openthread-instance.h:59
This file defines the types and structures used in the OpenThread library API.
OTAPI otError OTCALL otDatasetGetActive(otInstance *aInstance, otOperationalDataset *aDataset)
This function gets the Active Operational Dataset.
Definition: dataset_api.cpp:57
OTAPI bool OTCALL otDatasetIsCommissioned(otInstance *aInstance)
This function indicates whether a valid network is present in the Active Operational Dataset or not...
Definition: dataset_api.cpp:42
This structure represents an Active or Pending Operational Dataset.
Definition: types.h:552
otError
This enumeration represents error codes used throughout OpenThread.
Definition: types.h:107