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