Beispiel #1
0
void Instance::FactoryReset(void)
{
    GetSettings().Wipe();
    otPlatReset(this);
}
Beispiel #2
0
void otPlatformReset(otInstance *aInstance)
{
    otPlatReset(aInstance);
}
Beispiel #3
0
void Instance::Reset(void)
{
    otPlatReset(this);
}