hawkBit configuration API.
More...
hawkBit configuration API.
◆ hawkbit_get_action_id()
int32_t hawkbit_get_action_id |
( |
void | | ) |
|
◆ hawkbit_get_config()
◆ hawkbit_get_ddi_security_token()
static char * hawkbit_get_ddi_security_token |
( |
void | | ) |
|
|
inlinestatic |
◆ hawkbit_get_poll_interval()
uint32_t hawkbit_get_poll_interval |
( |
void | | ) |
|
◆ hawkbit_get_server_addr()
static char * hawkbit_get_server_addr |
( |
void | | ) |
|
|
inlinestatic |
◆ hawkbit_get_server_port()
static uint16_t hawkbit_get_server_port |
( |
void | | ) |
|
|
inlinestatic |
◆ hawkbit_get_tls_tag()
static sec_tag_t hawkbit_get_tls_tag |
( |
void | | ) |
|
|
inlinestatic |
◆ hawkbit_set_config()
#include <zephyr/mgmt/hawkbit/config.h>
Set the hawkBit server configuration settings.
- Parameters
-
config | Configuration settings to set. |
- Return values
-
0 | on success. |
-EAGAIN | if probe is currently running. |
◆ hawkbit_set_ddi_security_token()
static int hawkbit_set_ddi_security_token |
( |
char * | token | ) |
|
|
inlinestatic |
#include <zephyr/mgmt/hawkbit/config.h>
Set the hawkBit security token.
- Parameters
-
token | Security token to set. |
- Return values
-
0 | on success. |
-EAGAIN | if probe is currently running. |
◆ hawkbit_set_server_addr()
static int hawkbit_set_server_addr |
( |
char * | addr_str | ) |
|
|
inlinestatic |
#include <zephyr/mgmt/hawkbit/config.h>
Set the hawkBit server address.
- Parameters
-
addr_str | Server address to set. |
- Return values
-
0 | on success. |
-EAGAIN | if probe is currently running. |
◆ hawkbit_set_server_port()
static int hawkbit_set_server_port |
( |
uint16_t | port | ) |
|
|
inlinestatic |
#include <zephyr/mgmt/hawkbit/config.h>
Set the hawkBit server port.
- Parameters
-
- Return values
-
0 | on success. |
-EAGAIN | if probe is currently running. |
◆ hawkbit_set_tls_tag()
static int hawkbit_set_tls_tag |
( |
sec_tag_t | tag | ) |
|
|
inlinestatic |
#include <zephyr/mgmt/hawkbit/config.h>
Set the hawkBit TLS tag.
- Parameters
-
- Return values
-
0 | on success. |
-EAGAIN | if probe is currently running. |