Environment module API.
More...
Environment module API.
◆ m_environment_init()
Function for initializing the environment module.
- Parameters
-
[in] | p_handle | Pointer to the location to store the service handle. |
[in] | p_params | Pointer to the init parameters. |
- Return values
-
NRF_SUCCESS | If initialization was successful. |
◆ m_environment_start()
uint32_t m_environment_start |
( |
void |
| ) |
|
Function for starting the environment module.
This function should be called after m_environment_init to start the environment module.
- Return values
-
NRF_SUCCESS | If initialization was successful. |
◆ m_environment_stop()
uint32_t m_environment_stop |
( |
void |
| ) |
|
Function for stopping the environment module.
This function should be called after m_environment_start to stop the environment module.
- Return values
-
NRF_SUCCESS | If initialization was successful. |