Loading…

方法名称: master_reset

方法ID: 0x409E

方法标签: Master reset

方法描述:


  • {
  • char status[3];
  • _set_xmtr_comm_status(0x7F,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _set_xmtr_comm_status(0xFF,0);
  • _set_comm_status(0x7F,0);
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_comm_status(0xFF,0);
  • ACKNOWLEDGE(literal_string(314));
  • send(42,status);
  • if (status[0] != 0)
  • {
  • display_response_status(42,status[0]);
  • }


请登录以获得完整内容