rtl433
UNKNOWN
RTL-433 utility
|
#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_option * | options |
struct mg_str | payload |
struct mg_coap_option * | optiomg_tail |
uint8_t mg_coap_message::code_class |
Referenced by mg_http_handler2().
uint8_t mg_coap_message::code_detail |
Referenced by mg_http_handler2().
uint32_t mg_coap_message::flags |
Referenced by mg_http_handler2().
uint16_t mg_coap_message::msg_id |
Referenced by mg_http_handler2().
uint8_t mg_coap_message::msg_type |
Referenced by mg_http_handler2().
struct mg_coap_option* mg_coap_message::optiomg_tail |
Referenced by mg_http_handler2().
struct mg_coap_option* mg_coap_message::options |
Referenced by mg_http_handler2().
struct mg_str mg_coap_message::payload |
Referenced by mg_http_handler2().
struct mg_str mg_coap_message::token |
Referenced by mg_http_handler2().