Joli\ArDrone\Navdata\UdpNavdata::__construct PHP Method

__construct() public method

public __construct ( $loop )
    public function __construct($loop)
    {
        $this->port = Config::CONTROL_PORT;
        $this->ip = Config::DRONE_IP;
        $this->loop = $loop;
        $this->start();
    }