Configuration socket API. More...
Functions |
|
| uint32_t | config_socket_init (void) |
|
Function for setting the default configuration.
More...
|
|
| void | config_socket_start (void) |
|
Function for starting the configuration layer.
|
|
Variables |
|
| socket_transport_t | config_socket_transport |
Detailed Description
Configuration socket API.
This API is used internally by the socket handling to support the configuration socket type. The configuration socket is implemented using a special transport hook, which is implemented differently depending on the platform.
Function Documentation
| uint32_t config_socket_init | ( | void | ) |
Function for setting the default configuration.
- Returns
- NRF_SUCCESS on success, otherwise an error code.