raklib\protocol\OPEN_CONNECTION_REQUEST_2::decode PHP Метод

decode() публичный Метод

public decode ( )
    public function decode()
    {
        parent::decode();
        $this->offset += 16;
        //Magic
        $this->getAddress($this->serverAddress, $this->serverPort);
        $this->mtuSize = $this->getShort();
        $this->clientID = $this->getLong();
    }
OPEN_CONNECTION_REQUEST_2