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

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

public decode ( )
    public function decode()
    {
        parent::decode();
        $this->pingID = $this->getLong();
        $this->serverID = $this->getLong();
        $this->offset += 16;
        //magic
        $this->serverName = $this->getString();
    }
UNCONNECTED_PONG