pub unsafe extern "C" fn otDatasetGetPending(
aInstance: *mut otInstance,
aDataset: *mut otOperationalDataset,
) -> otError
Expand description
Gets the Pending Operational Dataset.
@param[in] aInstance A pointer to an OpenThread instance. @param[out] aDataset A pointer to where the Pending Operational Dataset will be placed.
@retval OT_ERROR_NONE Successfully retrieved the Pending Operational Dataset. @retval OT_ERROR_NOT_FOUND No corresponding value in the setting store.