Loading…

Method Name: MthResetDevice

Method ID: 0x41EB

Method Label: Device reset

Method Help: Perform a "cold start" (like power-on start).


  • {
  • if (SELECT_FROM_LIST(literal_string(2165),literal_string(2166)) == 0)
  • return;
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_no_device(0);
  • _set_comm_status(0xFF,0);
  • _set_no_device(2);
  • SET_NUMBER_OF_RETRIES(10);
  • send_command(42);


Please login for more