Loading…

方法名称: clear_message

方法ID: 0x43D3

方法标签: Clear Message

方法描述: Clears the Display Message


  • {
  • char status[3];
  • float a;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • send_command(12);
  • my_msg = literal_string(1518);
  • if (message == my_msg)
  • {
  • ACKNOWLEDGE(literal_string(1519));
  • process_abort();
  • }
  • else
  • {


请登录以获得完整内容