Loading…

Method Name: reset_config_flag

Method ID: 0x40DF

Method Label: Resetconfigflag

Method Help: Reset configuration change flag


  • {
  • char status[3];
  • _set_all_resp_code(0);
  • ACKNOWLEDGE(literal_string(408));
  • send(38,status);
  • if (status[0])
  • {
  • display_response_status(38,status[0]);
  • DELAY(2,literal_string(389));
  • process_abort();
  • }
  • else
  • {
  • DELAY(2,literal_string(409));
  • }


Please login for more