Skip to content

_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
MqttMsgStat * recvQuotaStat

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;

variable recvQuotaStat

MqttMsgStat * recvQuotaStat;

Updated on 2026-09-04 at 06:23:08 +0000