acl  3.5.3.0
acl::mqtt_pingreq类 参考

#include <mqtt_pingreq.hpp>

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

Public 成员函数

 mqtt_pingreq (void)
 
 mqtt_pingreq (const mqtt_header &header)
 
 ~mqtt_pingreq (void)
 
- 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
 

Protected 成员函数

bool to_string (string &out)
 
int update (const char *, 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)
 

额外继承的成员函数

- 静态 Public 成员函数 继承自 acl::mqtt_message
static mqtt_messagecreate_message (const mqtt_header &header)
 
- Protected 属性 继承自 acl::mqtt_message
mqtt_header header_
 

详细描述

mqtt message object for MQTT_PINGREQ type.

在文件 mqtt_pingreq.hpp10 行定义.

构造及析构函数说明

◆ mqtt_pingreq() [1/2]

acl::mqtt_pingreq::mqtt_pingreq ( void  )

constructor for creating MQTT_PINGREQ mqtt message object.

参见
mqtt_message

◆ mqtt_pingreq() [2/2]

acl::mqtt_pingreq::mqtt_pingreq ( const mqtt_header header)

constructor for creating MQTT_PINGREQ mqtt message object.

参见
mqtt_message

◆ ~mqtt_pingreq()

acl::mqtt_pingreq::~mqtt_pingreq ( void  )

成员函数说明

◆ finished()

bool acl::mqtt_pingreq::finished ( void  ) const
inlineprotectedvirtual

重载 acl::mqtt_message .

在文件 mqtt_pingreq.hpp36 行定义.

36  {
37  return true;
38  }

◆ to_string()

bool acl::mqtt_pingreq::to_string ( string out)
protectedvirtual

实现了 acl::mqtt_message.

◆ update()

int acl::mqtt_pingreq::update ( const char *  ,
int  dlen 
)
inlineprotectedvirtual

实现了 acl::mqtt_message.

在文件 mqtt_pingreq.hpp31 行定义.

31  {
32  return dlen;
33  }

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