|
Zephyr API Documentation 4.3.0-rc1
A Scalable Open Source RTOS
|
hawkBit configuration structure. More...
#include <zephyr/mgmt/hawkbit/config.h>
Data Fields | |
| char * | server_addr |
| Server address (domain name or IP address if CONFIG_HAWKBIT_USE_DOMAIN_NAME is enabled) | |
| char * | server_domain |
| Server domain name. | |
| uint16_t | server_port |
| Server port. | |
| char * | auth_token |
| Security token. | |
| sec_tag_t | tls_tag |
| TLS tag. | |
hawkBit configuration structure.
This structure is used to store the hawkBit configuration settings.
| char* hawkbit_runtime_config::auth_token |
Security token.
| char* hawkbit_runtime_config::server_addr |
Server address (domain name or IP address if CONFIG_HAWKBIT_USE_DOMAIN_NAME is enabled)
| char* hawkbit_runtime_config::server_domain |
Server domain name.
| uint16_t hawkbit_runtime_config::server_port |
Server port.
| sec_tag_t hawkbit_runtime_config::tls_tag |
TLS tag.