acl  3.5.3.0
acl::mqtt_pubrec类 参考

#include <mqtt_pubrec.hpp>

+ 类 acl::mqtt_pubrec 继承关系图:
+ acl::mqtt_pubrec 的协作图:

Public 成员函数

 mqtt_pubrec (void)
 
 mqtt_pubrec (const mqtt_header &header)
 
 ~mqtt_pubrec (void)
 
- Public 成员函数 继承自 acl::mqtt_ack
 mqtt_ack (mqtt_type_t type)
 
 mqtt_ack (const mqtt_header &header)
 
virtual ~mqtt_ack (void)
 
void set_pkt_id (unsigned short id)
 
unsigned short get_pkt_id (void) const
 
int update_header_var (const char *data, int dlen)
 
- Public 成员函数 继承自 acl::mqtt_message
 mqtt_message (mqtt_type_t type)
 
 mqtt_message (const mqtt_header &header)
 
virtual ~mqtt_message (void)
 
mqtt_headerget_header (void)
 
const mqtt_headerget_header (void) const
 

额外继承的成员函数

- 静态 Public 成员函数 继承自 acl::mqtt_message
static mqtt_messagecreate_message (const mqtt_header &header)
 
- Protected 成员函数 继承自 acl::mqtt_ack
bool to_string (string &out)
 
int update (const char *data, int dlen)
 
bool finished (void) const
 
- Protected 成员函数 继承自 acl::mqtt_message
void pack_add (unsigned char ch, string &out)
 
void pack_add (unsigned short n, string &out)
 
void pack_add (const string &s, string &out)
 
bool unpack_short (const char *data, size_t len, unsigned short &out)
 
- Protected 属性 继承自 acl::mqtt_message
mqtt_header header_
 

详细描述

mqtt message object for MQTT_PUBREC type.

在文件 mqtt_pubrec.hpp10 行定义.

构造及析构函数说明

◆ mqtt_pubrec() [1/2]

acl::mqtt_pubrec::mqtt_pubrec ( void  )

constructor for creating MQTT_PUBREC mqtt message object.

参见
mqtt_ack

◆ mqtt_pubrec() [2/2]

acl::mqtt_pubrec::mqtt_pubrec ( const mqtt_header header)

constructor for creating MQTT_PUBREC mqtt message object.

参见
mqtt_ack

◆ ~mqtt_pubrec()

acl::mqtt_pubrec::~mqtt_pubrec ( void  )

该类的文档由以下文件生成: