Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
Structure for storing will update state. More...
#include <zephyr/net/mqtt_sn.h>
Data Fields | |
bool | in_progress |
An update message needs to be send. | |
uint8_t | retries |
Number of retries for failed update attempts. | |
int64_t | last_attempt |
Timestamp of the last update attempt. |
Structure for storing will update state.
bool mqtt_sn_will_update::in_progress |
An update message needs to be send.
int64_t mqtt_sn_will_update::last_attempt |
Timestamp of the last update attempt.
uint8_t mqtt_sn_will_update::retries |
Number of retries for failed update attempts.