Loading…

方法名称: SaveConfiguration

方法ID: 0x424D

方法标签: Save Device Parameters

方法描述: After modifying and sending the configuration, it is necessary to save these changes by performing this function.


  • {
  • char status[3];
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • ACKNOWLEDGE(literal_string(119));
  • if (SELECT_FROM_LIST(literal_string(739),literal_string(738)) == 0)
  • return;
  • send(134,status);
  • if (status[0])
  • {
  • display_response_status(134,status[0]);
  • }


请登录以获得完整内容