nRF Connect SDK API
2.8.99
Loading...
Searching...
No Matches
slm_at_nrfcloud.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
*/
6
7
#ifndef SLM_AT_NRFCLOUD_
8
#define SLM_AT_NRFCLOUD_
9
15
#if defined(CONFIG_SLM_NRF_CLOUD)
16
17
#include <stdbool.h>
18
19
/* Whether the connection to nRF Cloud is ready. */
20
extern
bool
slm_nrf_cloud_ready;
21
22
/* Whether to send the device's location to nRF Cloud. */
23
extern
bool
slm_nrf_cloud_send_location;
24
31
int
slm_at_nrfcloud_init(
void
);
32
39
int
slm_at_nrfcloud_uninit(
void
);
40
41
#endif
/* CONFIG_SLM_NRF_CLOUD */
43
#endif
/* SLM_AT_NRFCLOUD_ */
applications
serial_lte_modem
src
nrfcloud
slm_at_nrfcloud.h
Generated on Tue Nov 5 2024 16:02:08 for nRF Connect SDK API by
1.12.0