Loading…

Method Name: reset_to_factory

Method ID: 0x40C4

Method Label: Reset to factory

Method Help: 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();
  • }


Please login for more