Wi-SUN OTA DFU settings typedef.

Public Attributes#

char

CoAP URI path.

char

GBL file path.

char

Host address string buffer.

uint16_t

Host port.

Public Attribute Documentation#

coap_uri_path#

char sl_wisun_ota_dfu_settings::coap_uri_path[SL_WISUN_OTA_DFU_COAP_URI_PATH_STR_BUF_LEN]

CoAP URI path.


gbl_path_str#

char sl_wisun_ota_dfu_settings::gbl_path_str[SL_WISUN_OTA_DFU_GBL_PATH_STR_BUF_LEN]

GBL file path.


host_addr_str#

char sl_wisun_ota_dfu_settings::host_addr_str[SL_WISUN_OTA_DFU_IPV6_STR_BUF_LEN]

Host address string buffer.


host_port#

uint16_t sl_wisun_ota_dfu_settings::host_port

Host port.