rtl433  UNKNOWN
RTL-433 utility
mg_coap_message Struct Reference

#include <mongoose.h>

Data Fields

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_optionoptions
 
struct mg_str payload
 
struct mg_coap_optionoptiomg_tail
 

Field Documentation

◆ code_class

uint8_t mg_coap_message::code_class

Referenced by mg_http_handler2().

◆ code_detail

uint8_t mg_coap_message::code_detail

Referenced by mg_http_handler2().

◆ flags

uint32_t mg_coap_message::flags

Referenced by mg_http_handler2().

◆ msg_id

uint16_t mg_coap_message::msg_id

Referenced by mg_http_handler2().

◆ msg_type

uint8_t mg_coap_message::msg_type

Referenced by mg_http_handler2().

◆ optiomg_tail

struct mg_coap_option* mg_coap_message::optiomg_tail

Referenced by mg_http_handler2().

◆ options

struct mg_coap_option* mg_coap_message::options

Referenced by mg_http_handler2().

◆ payload

struct mg_str mg_coap_message::payload

Referenced by mg_http_handler2().

◆ token

struct mg_str mg_coap_message::token

Referenced by mg_http_handler2().


The documentation for this struct was generated from the following file: