Function otInstanceFactoryReset

Source
pub unsafe extern "C" fn otInstanceFactoryReset(
    aInstance: *mut otInstance,
)
Expand description

This method deletes all the settings stored on non-volatile memory, and then triggers platform reset.

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