_MqttPendResp
#include <mqtt_packet.h>
Public Attributes
| Name | |
|---|---|
| word16 | packet_id |
| MqttPacketType | packet_type |
| int | packet_ret |
| void * | packet_obj |
| word16 | packetDone |
| word16 | packetProcessing |
| struct _MqttPendResp * | next |
| struct _MqttPendResp * | prev |
Public Attributes Documentation
variable packet_id
word16 packet_id;
variable packet_type
MqttPacketType packet_type;
variable packet_ret
int packet_ret;
variable packet_obj
void * packet_obj;
variable packetDone
word16 packetDone;
variable packetProcessing
word16 packetProcessing;
variable next
struct _MqttPendResp * next;
variable prev
struct _MqttPendResp * prev;
Updated on 2026-07-14 at 09:10:06 +0000