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