class MQTT::SN::Packet::Pubrel

def encode_body

def encode_body
  raise 'id must be an Integer' unless id.is_a?(Integer)
  [id].pack('n')
end