Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
hawkbit_runtime_config Struct Reference

hawkBit configuration structure. More...

#include <config.h>

Data Fields

char * server_addr
 Server address.
 
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.

◆ 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: