Class: MQTT::SN::Packet::Pingresp

Inherits:
Packet
  • Object
show all
Defined in:
lib/mqtt/sn/packet.rb

Constant Summary

Constants inherited from Packet

Packet::ATTR_DEFAULTS

Instance Attribute Summary

Attributes inherited from Packet

#body_length, #flags, #id, #version

Method Summary

Methods inherited from Packet

create_from_header, #dup, #encode_body, #initialize, #inspect, #message_id, #message_id=, parse, #parse_body, parse_header, read, read_byte, #to_s, #type_id, #type_name, #update_attributes, #validate_flags

Constructor Details

This class inherits a constructor from MQTT::Packet