class MQTT::SN::Packet::Willmsgupd

Attributes

data[RW]

Public Instance Methods

encode_body() click to toggle source
# File lib/qubitro-mqtt/sn/packet.rb, line 661
def encode_body
  data
end
parse_body(buffer) click to toggle source
# File lib/qubitro-mqtt/sn/packet.rb, line 665
def parse_body(buffer)
  self.data = buffer
end