public function decode() { $this->offset = 1; }
public function decode() { parent::decode(); $this->clientID = Binary::readLong($this->get(8)); $this->session = Binary::readLong($this->get(8)); $this->unknown = $this->get(1); }