Home
last modified time | relevance | path

Searched defs:coap_client_request (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dcoap_client.h59 struct coap_client_request { struct
60 enum coap_method method; /**< Method of the request */
61 bool confirmable; /**< CoAP Confirmable/Non-confirmable message */
62 const char *path; /**< Path of the requested resource */
63 enum coap_content_format fmt; /**< Content format to be used */
64 const uint8_t *payload; /**< User allocated buffer for send request */
65 size_t len; /**< Length of the payload */
66 coap_client_response_cb_t cb; /**< Callback when response received */
67 const struct coap_client_option *options; /**< Extra options to be added to request */
68 uint8_t num_options; /**< Number of extra options */
[all …]