BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Sys_FactoryResetLegacy | ( | brp_protocol | protocol | ) |
**This is a legacy command! For new developments please use brp_Sys_FactoryReset() .
**
This command resets the device's configuration to the state it had, when leaving the factory.
A factory reset is only available on newer devices (about 2017 and later). When running it on a older Hardware BRP_Sys_ErrNotSupportedByHardware is returned.
After a factory reset a brp_Sys_Reset() has to be done to ensure that the factory settings are fully activated.
[in] | protocol | used to execute the command |