Class: MQTT::SN::Packet::Willmsgupd
- Defined in:
- lib/mqtt/sn/packet.rb
Constant Summary
Constants inherited from Packet
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
Attributes inherited from Packet
#body_length, #flags, #id, #version
Instance Method Summary collapse
Methods inherited from Packet
create_from_header, #dup, #initialize, #inspect, #message_id, #message_id=, parse, 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
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
653 654 655 |
# File 'lib/mqtt/sn/packet.rb', line 653 def data @data end |
Instance Method Details
#encode_body ⇒ Object
655 656 657 |
# File 'lib/mqtt/sn/packet.rb', line 655 def encode_body data end |
#parse_body(buffer) ⇒ Object
659 660 661 |
# File 'lib/mqtt/sn/packet.rb', line 659 def parse_body(buffer) self.data = buffer end |