Skip to content
  • S63EnvironmentSettings
  • class Esri::ArcGISRuntime::S63EnvironmentSettings

    Defines an S63 environment settings object. More...

    Header: #include <S63EnvironmentSettings.h>
    Since: Esri::ArcGISRuntime 300.0

    Static Public Members

    QString certificatePath()
    void setCertificatePath(const QString &certificatePath)
    void setHardwareId(const QString &hwId5)

    Detailed Description

    Contains functions that are global and affect the S63 environment.

    S63 support is not available out-of-the-box with ArcGIS Maps SDK for Qt and instead must be downloaded as a separate package. To request access to this package, send an email to ArcGISRuntimeS63@esri.com.

    Use this singleton class to access to S63 settings: to get and set the SA (Security Administrator) certificate path, and to set the hardware ID.

    // Set the certificate path.
    S63EnvironmentSettings::setCertificatePath(QDir::homePath() + "/path-to-certificate/IHO.CRT");
    
    // Set the hardware ID.
    S63EnvironmentSettings::setHardwareId("FFFFF");

    Note: You cannot create an object of this class. Rather, an instance is automatically created and only that single instance is available for use in the app.

    Member Function Documentation

    [static] QString S63EnvironmentSettings::certificatePath()

    Gets the path to the SA (Security Administrator) certificate.

    The certificate path must be set to a valid SA certificate before S63 can be used.

    See also setCertificatePath().

    [static] void S63EnvironmentSettings::setCertificatePath(const QString &certificatePath)

    Sets the path to the SA (Security Administrator) certificate to certificatePath.

    See also certificatePath.

    [static] void S63EnvironmentSettings::setHardwareId(const QString &hwId5)

    Sets the S-63 Hardware ID.

    hwId5 is The 5 hexadecimal digit hardware ID.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.