class MQTT::SN::Packet::Willmsgupd
Attributes
data[RW]
Public Instance Methods
encode_body()
click to toggle source
# File lib/mqttbridge/sn/packet.rb, line 699 def encode_body data end
parse_body(buffer)
click to toggle source
# File lib/mqttbridge/sn/packet.rb, line 703 def parse_body(buffer) self.data = buffer end