Loading…

Method Name: read_certificates

Method ID: 0x4047

Method Label: Certificates

Method Help: 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));
  • }


Please login for more