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