![]() |
nrfxlib API 3.3.99
|
| int32_t nrf_modem_gnss_nmea_talker_mode_set | ( | uint8_t | talker_mode | ) |
#include <nrf_modem/include/nrf_modem_gnss.h>
Sets the NMEA talker mode.
The NMEA talker mode configuration controls which NMEA talker IDs are used.
Default value: NRF_MODEM_GNSS_NMEA_TALKER_MODE_STANDARD
| [in] | talker_mode | NMEA talker mode, see NMEA talker mode enumerator. |
| 0 | on success. |
| -NRF_EPERM | The Modem library is not initialized. |
| -NRF_EACCES | GNSS is not enabled in system or functional mode. |
| -NRF_EINVAL | The GNSS stack returned an error or the operation cannot be executed while GNSS is running. |
| -NRF_ENOMEM | There is not enough shared memory for this request. |
| -NRF_EOPNOTSUPP | The operation is not supported by the modem firmware. |
| -NRF_ESHUTDOWN | The modem was shut down. |