Wi-SUN OTA DFU statistics typedef.

Public Attributes#

uint32_t

Downloaded bytes.

sl_sleeptimer_date_t

Elapsed time since reset.

sl_sleeptimer_date_t

Firmware download time.

sl_sleeptimer_date_t

Firmware update time.

const char *

Global IP String.

uint32_t

Received packet count.

uint32_t

Resent packet count.

sl_sleeptimer_timestamp_t

Start time reference in seconds.

Public Attribute Documentation#

downl_bytes#

uint32_t sl_wisun_ota_dfu_statistics::downl_bytes

Downloaded bytes.


elapsed_time_since_rst#

sl_sleeptimer_date_t sl_wisun_ota_dfu_statistics::elapsed_time_since_rst

Elapsed time since reset.


fw_downl_time#

sl_sleeptimer_date_t sl_wisun_ota_dfu_statistics::fw_downl_time

Firmware download time.


fw_update_time#

sl_sleeptimer_date_t sl_wisun_ota_dfu_statistics::fw_update_time

Firmware update time.


global_ip_str#

const char* sl_wisun_ota_dfu_statistics::global_ip_str

Global IP String.


received_cnt#

uint32_t sl_wisun_ota_dfu_statistics::received_cnt

Received packet count.


resent_cnt#

uint32_t sl_wisun_ota_dfu_statistics::resent_cnt

Resent packet count.


start_time#

sl_sleeptimer_timestamp_t sl_wisun_ota_dfu_statistics::start_time

Start time reference in seconds.