Loading…

Method Name: MthResetToDefault

Method ID: 0x4211

Method Label: Reset Parameters

Method Help: Resets all configuration parameters in the device to their default values.


  • {
  • int iResult;
  • char achCmdStatus[3];
  • iResult = SELECT_FROM_LIST(literal_string(1211),literal_string(1212));
  • if (iResult != 1)
  • return;
  • _iassign(16905,1);
  • send(237,achCmdStatus);
  • if (achCmdStatus[0] != 0)
  • {
  • display_response_status(237,achCmdStatus[0]);
  • }
  • else
  • {
  • ACKNOWLEDGE(literal_string(1245));
  • }


Please login for more