See: Description
| Interface | Description |
|---|---|
| GnssInit |
Class which implements this interface allow to configure a device GNSS capabilities.
|
| Class | Description |
|---|---|
| CinterionGnssInit |
Implementation of the
GnssInit class that utilize AT commands to
initialize and disable the GNSS engine. |
| DefaultGnssInit |
Default implementation of
GnssInit that help to setup GNSS capabilities off the device. |
| GnssConfiguration |
Wrapper of the AT command
AT^SGPSC. |
| Enum | Description |
|---|---|
| FunctionalityLevel |
Wrapper of the AT command
AT+CFUN. |
| Exception | Description |
|---|---|
| GnssInitException |
Signals that an error occurred during GNSS configuration.
|