Loading…

方法名称: read_certificates

方法ID: 0x4047

方法标签: Certificates

方法描述: Shows the ceritifcates, that the device received.


  • {
  • int temp_certificates;
  • char status[3];
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • temp_certificates = _ivar_value(16471);
  • if (temp_certificates == 0x00)
  • {
  • ACKNOWLEDGE(literal_string(252));
  • }


请登录以获得完整内容