|
rtl433
UNKNOWN
RTL-433 utility
|
Data Fields | |
| struct mg_send_mqtt_handshake_opts | opts |
| int | prev_status |
| char | address [253+6+1] |
| char | client_id [256] |
| uint16_t | message_id |
| int | publish_flags |
| char mqtt_client::address[253+6+1] |
Referenced by mqtt_client_event(), and mqtt_client_init().
| char mqtt_client::client_id[256] |
Referenced by data_output_mqtt_create(), mqtt_client_event(), and mqtt_client_init().
| uint16_t mqtt_client::message_id |
Referenced by mqtt_client_publish().
| struct mg_send_mqtt_handshake_opts mqtt_client::opts |
Referenced by mqtt_client_event(), and mqtt_client_init().
| int mqtt_client::prev_status |
Referenced by mqtt_client_event().
| int mqtt_client::publish_flags |
Referenced by mqtt_client_init(), and mqtt_client_publish().