nRF Connect SDK API 2.8.99
|
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. | |