Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
hawkbit_runtime_config Struct Reference

hawkBit configuration structure. More...

#include <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.

Detailed Description

hawkBit configuration structure.

This structure is used to store the hawkBit configuration settings.

Field Documentation

◆ auth_token

char* hawkbit_runtime_config::auth_token

Security token.

◆ server_addr

char* hawkbit_runtime_config::server_addr

Server address (domain name or IP address if CONFIG_HAWKBIT_USE_DOMAIN_NAME is enabled)

◆ server_domain

char* hawkbit_runtime_config::server_domain

Server domain name.

◆ server_port

uint16_t hawkbit_runtime_config::server_port

Server port.

◆ tls_tag

sec_tag_t hawkbit_runtime_config::tls_tag

TLS tag.


The documentation for this struct was generated from the following file: