PHP Class Joli\ArDrone\Client

Inheritance: extends Evenement\EventEmitter
Datei anzeigen Open project: jolicode/php-ar-drone

Public Properties

Property Type Description
$disableEmergency boolean
$lastAltitude integer
$lastBattery integer
$lastState string

Public Methods

Method Description
__call ( $name, $arguments )
__construct ( )
after ( $duration, $fn )
createRepl ( )
emitState ( $e, $state, $currentState )
getLoop ( ) : React\EventLoop\LibEventLoop | React\EventLoop\StreamSelectLoop
getUdpNavdata ( ) : mixed
start ( )
startUdpNavdata ( )

Private Methods

Method Description
startUdpControl ( )

Method Details

__call() public method

public __call ( $name, $arguments )

__construct() public method

public __construct ( )

after() public method

public after ( $duration, $fn )

createRepl() public method

public createRepl ( )

emitState() public method

public emitState ( $e, $state, $currentState )

getLoop() public method

public getLoop ( ) : React\EventLoop\LibEventLoop | React\EventLoop\StreamSelectLoop
return React\EventLoop\LibEventLoop | React\EventLoop\StreamSelectLoop

getUdpNavdata() public method

public getUdpNavdata ( ) : mixed
return mixed

start() public method

public start ( )

startUdpNavdata() public method

public startUdpNavdata ( )

Property Details

$disableEmergency public_oe property

public bool $disableEmergency
return boolean

$lastAltitude public_oe property

public int $lastAltitude
return integer

$lastBattery public_oe property

public int $lastBattery
return integer

$lastState public_oe property

public string $lastState
return string