acl  3.5.3.0
acl::mqtt_pubrel类 参考

#include <mqtt_pubrel.hpp>

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

Public 成员函数

 mqtt_pubrel (void)
 
 mqtt_pubrel (const mqtt_header &header)
 
 ~mqtt_pubrel (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_PUBREL type.

在文件 mqtt_pubrel.hpp10 行定义.

构造及析构函数说明

◆ mqtt_pubrel() [1/2]

acl::mqtt_pubrel::mqtt_pubrel ( void  )

constructor for creating MQTT_PUBREL mqtt message object.

参见
mqtt_ack

◆ mqtt_pubrel() [2/2]

acl::mqtt_pubrel::mqtt_pubrel ( const mqtt_header header)

constructor for creating MQTT_PUBREL mqtt message object.

参见
mqtt_ack

◆ ~mqtt_pubrel()

acl::mqtt_pubrel::~mqtt_pubrel ( void  )

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