Loading…

Method Name: set_date_method

Method ID: 0x40EB

Method Label: Set Present Date

Method Help: Set the current date on the control unit.


  • {
  • char status[3];
  • int select;
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • SET_NUMBER_OF_RETRIES(2);
  • _get_dev_var_value(literal_string(476),0,16591);
  • send(212,status);
  • if (status[0])
  • {
  • display_response_status(212,status[0]);
  • }


Please login for more