Loading…

Method Name: wrt_status_sim_mode

Method ID: 0x4514

Method Label: Enable/Disable Simulation Mode

Method Help: Allows simulation of different status conditions.


  • {
  • char status[3];
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • send_command(48);
  • if (standardized_status_1 & 0x01)
  • {
  • status_simulation_mode = 1;
  • }
  • else
  • {


Please login for more