Loading…

Method Name: leave_fixed_mode

Method ID: 0x4071

Method Label:

Method Help:


  • {
  • char status[3];
  • char xmtr_status[6];
  • int attempts;
  • _set_xmtr_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • get_more_status(status,xmtr_status);
  • if (xmtr_status[4] & 0x16)
  • {
  • DELAY(3,literal_string(376));
  • do {
  • get_more_status(status,xmtr_status);
  • DELAY(4,literal_string(377));
  • }
  • while (xmtr_status[4] & 0x16);
  • }


Please login for more