nRF Connect SDK API 2.8.99
|
#include <zephyr/net/coap.h>
#include <zephyr/net/net_ip.h>
Go to the source code of this file.
Functions | |
void | coap_init (int ip_family, struct sockaddr *addr) |
Open socket and start the receiving thread. | |
int | coap_send_request (enum coap_method method, const struct sockaddr *addr, const char *const *uri_path_options, uint8_t *payload, uint16_t payload_size, coap_reply_t reply_cb) |
Send CoAP non-confirmable request. | |