mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-02 00:19:00 +08:00
7bed7ff482
Comments in headers are changed a bit: removed adoc-specific stuff, markdown is used instead PUBLISHED_FROM=9242cce85cc52a47a197d377e7e23804721a6bb5
427 B
427 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
struct mg_coap_message | struct mg_coap_message | struct | struct mg_coap_message { uint32_t flags; uint8_t msg_type; uint8_t code_class; uint8_t code_detail; uint16_t msg_id; struct mg_str token; struct mg_coap_option *options; struct mg_str payload; struct mg_coap_option *optiomg_tail; }; |
CoAP message. See RFC 7252 for details.