class InvestigateMsg(): id = 0x81 length = 3 def __init__(self, buffer): self.network_id = buffer[1] self.thing_id = buffer[2]