| 
    SNode.C
    
   | 
 
#include <Pingresp.h>
Public Member Functions | |
| Pingresp () | |
  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 () | 
| ControlPacket & | operator= (const ControlPacket &)=default | 
| ControlPacket & | operator= (ControlPacket &&)=default | 
| std::vector< char > | serialize () const | 
| const std::string & | getName () const | 
Private Member Functions | |
| std::vector< char > | serializeVP () const override | 
Additional Inherited Members | |
  Protected Member Functions inherited from iot::mqtt::ControlPacket | |
| uint8_t | getType () const | 
| uint8_t | getFlags () const | 
  Protected Attributes inherited from iot::mqtt::ControlPacket | |
| uint8_t | flags = 0 | 
Definition at line 53 of file Pingresp.h.
| iot::mqtt::packets::Pingresp::Pingresp | ( | ) | 
Definition at line 53 of file Pingresp.cpp.
References iot::mqtt::ControlPacket::ControlPacket().
Referenced by iot::mqtt::server::Mqtt::sendPingresp().
      
  | 
  overrideprivatevirtual | 
Implements iot::mqtt::ControlPacket.
Definition at line 57 of file Pingresp.cpp.