GNSS_SUPL_CERT_ACTION enumeration (gnssdriver.h)

This enumeration indicates the action to take upon receipt of the SUPL certificate, which is defined by the GNSS_SUPL_CERT_CONFIG structure.

Syntax

typedef enum {
  GNSS_Supl_Cert_Inject,
  GNSS_Supl_Cert_Delete,
  GNSS_Supl_Cert_Purge
} GNSS_SUPL_CERT_ACTION;

Constants

 
GNSS_Supl_Cert_Inject
Indicates that the certificate should be injected.
GNSS_Supl_Cert_Delete
Indicates that the certificate specified by the SuplCertName member of the GNSS_SUPL_CERT_CONFIG structure should be deleted.
GNSS_Supl_Cert_Purge
Indicates that all certificates previously injected into the GNSS driver should be deleted.

Requirements

Requirement Value
Header gnssdriver.h