Loading…

方法名称: set_date_method

方法ID: 0x40EB

方法标签: Set Present Date

方法描述: 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]);
  • }


请登录以获得完整内容