Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mqtt_sn_will_update Struct Reference

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.

Detailed Description

Structure for storing will update state.

Field Documentation

◆ in_progress

bool mqtt_sn_will_update::in_progress

An update message needs to be send.

◆ last_attempt

int64_t mqtt_sn_will_update::last_attempt

Timestamp of the last update attempt.

◆ retries

uint8_t mqtt_sn_will_update::retries

Number of retries for failed update attempts.


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