pub unsafe extern "C" fn otDatasetGetActiveTlvs(
    aInstance: *mut otInstance,
    aDataset: *mut otOperationalDatasetTlvs
) -> otError
Expand description

Gets the Active Operational Dataset.

@param[in] aInstance A pointer to an OpenThread instance. @param[out] aDataset A pointer to where the Active Operational Dataset will be placed.

@retval OT_ERROR_NONE Successfully retrieved the Active Operational Dataset. @retval OT_ERROR_NOT_FOUND No corresponding value in the setting store.