[][src]Function openthread_sys::otDatasetIsCommissioned

pub unsafe extern "C" fn otDatasetIsCommissioned(
    aInstance: *mut otInstance
) -> bool

This function indicates whether a valid network is present in the Active Operational Dataset or not.

@param[in] aInstance A pointer to an OpenThread instance.

@returns TRUE if a valid network is present in the Active Operational Dataset, FALSE otherwise.