![]() |
nRF Connect SDK API 3.3.99
|
| bool nrf_cloud_fota_is_type_enabled | ( | const enum nrf_cloud_fota_type | type | ) |
#include <include/net/nrf_cloud.h>
Determine if the specified FOTA type is enabled by the configuration. This function returns false if.
CONFIG_NRF_CLOUD_FOTA
is disabled.
| [in] | type | Fota type. |
| true | Specified FOTA type is enabled by the configuration. |
| false | Specified FOTA type is not enabled by the configuration. |