class MQTT::Packet::Pubcomp

def encode_body

Get serialisation of packet's body
def encode_body
  encode_short(@id)
end