SNode.C
Loading...
Searching...
No Matches
iot::mqtt::packets::Pingreq Class Reference

#include <Pingreq.h>

Inheritance diagram for iot::mqtt::packets::Pingreq:
Collaboration diagram for iot::mqtt::packets::Pingreq:

Public Member Functions

 Pingreq ()
 
- Public Member Functions inherited from iot::mqtt::ControlPacket
 ControlPacket (uint8_t type, const std::string &name)
 
 ControlPacket (const ControlPacket &)=default
 
 ControlPacket (ControlPacket &&)=default
 
virtual ~ControlPacket ()
 
ControlPacketoperator= (const ControlPacket &)=default
 
ControlPacketoperator= (ControlPacket &&)=default
 
std::vector< char > serialize () const
 
const std::string & getName () const
 
uint8_t getType () const
 
uint8_t getFlags () const
 

Private Member Functions

std::vector< char > serializeVP () const override
 

Additional Inherited Members

- Protected Attributes inherited from iot::mqtt::ControlPacket
uint8_t flags = 0
 

Detailed Description

Definition at line 31 of file Pingreq.h.

Constructor & Destructor Documentation

◆ Pingreq()

iot::mqtt::packets::Pingreq::Pingreq ( )

Definition at line 31 of file Pingreq.cpp.

33 }
#define MQTT_PINGREQ
Definition Pingreq.h:33

References Pingreq().

Referenced by Pingreq().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ serializeVP()

std::vector< char > iot::mqtt::packets::Pingreq::serializeVP ( ) const
overrideprivatevirtual

Implements iot::mqtt::ControlPacket.

Definition at line 35 of file Pingreq.cpp.

35 {
36 return std::vector<char>();
37 }

The documentation for this class was generated from the following files: