[][src]Function openthread_sys::otDatasetGetPending

pub unsafe extern "C" fn otDatasetGetPending(
    aInstance: *mut otInstance,
    aDataset: *mut otOperationalDataset
) -> otError

This function 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_INVALID_ARGS @p aDataset was NULL.