6#ifndef __LOG_SEQ_MQTT_H
7#define __LOG_SEQ_MQTT_H
12#define LOGSEQ_OBJ "mqtt"
21 LOGSEQ_MQTT_DNS_RESV = 10,
24 LOGSEQ_MQTT_SOCK_CONN = 20,
25 LOGSEQ_MQTT_CONN = 21,
26 LOGSEQ_MQTT_CONN_ACK = 22,
30 LOGSEQ_MQTT_SUB_ACK = 31,
34 LOGSEQ_MQTT_PUB_ACK = 41,
35 LOGSEQ_MQTT_PUB_ACK_CLOSE = 42,
38 LOGSEQ_MQTT_RECV = 50,
39 LOGSEQ_MQTT_LOGIC_PROC = 51,
40 LOGSEQ_MQTT_CONN_RECV = 52,
43 LOGSEQ_MQTT_PING = 60,
44 LOGSEQ_MQTT_PING_TIMEOUT = 61,