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

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

public decode ( )
    public function decode()
    {
        parent::decode();
        $this->offset += 16;
        //Magic
        $this->protocol = $this->getByte();
        $this->mtuSize = strlen($this->get(true)) + 18;
    }
OPEN_CONNECTION_REQUEST_1