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

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.