nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
downloader_transport_coap.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
16#ifndef __DOWNLOADER_TRANSPORT_COAP_H
17#define __DOWNLOADER_TRANSPORT_COAP_H
18
19#include <net/downloader.h>
20#include <zephyr/net/coap.h>
21
27 enum coap_block_size block_size;
30};
31
42
43#endif /* __DOWNLOADER_TRANSPORT_COAP_H */
44
int downloader_transport_coap_set_config(struct downloader *dl, struct downloader_transport_coap_cfg *cfg)
Set Downloader CoAP transport settings.
enum coap_block_size block_size
Definition downloader_transport_coap.h:27
uint8_t max_retransmission
Definition downloader_transport_coap.h:29
CoAP transport configuration params.
Definition downloader_transport_coap.h:25
Downloader instance.
Definition downloader.h:229