Loading…
Loading…
方法名称: reset_to_factory
方法ID: 0x40C4
方法标签: Reset to factory
方法描述: Perform a Reset to Factory Data. Caution: After resetting to the Factory Data, the Device automatically proceeds a Reset!
- {
- char status[3];
- char disp_string[60];
- int slen;
- slen = 60;
- ACKNOWLEDGE(literal_string(338));
- send(189,status);
- if (status[0])
- {
- display_response_status(189,status[0]);
- _get_dictionary_string(19726342,disp_string,slen);
- DELAY(2,disp_string);
- process_abort();
- }
请登录以获得完整内容