PHP Class Joli\ArDrone\Client

Inheritance: extends Evenement\EventEmitter
Afficher le fichier Open project: jolicode/php-ar-drone

Méthodes publiques

Свойство Type Description
$disableEmergency boolean
$lastAltitude integer
$lastBattery integer
$lastState string

Méthodes publiques

Méthode 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

Méthode Description
startUdpControl ( )

Method Details

__call() public méthode

public __call ( $name, $arguments )

__construct() public méthode

public __construct ( )

after() public méthode

public after ( $duration, $fn )

createRepl() public méthode

public createRepl ( )

emitState() public méthode

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

getLoop() public méthode

public getLoop ( ) : React\EventLoop\LibEventLoop | React\EventLoop\StreamSelectLoop
Résultat React\EventLoop\LibEventLoop | React\EventLoop\StreamSelectLoop

getUdpNavdata() public méthode

public getUdpNavdata ( ) : mixed
Résultat mixed

start() public méthode

public start ( )

startUdpNavdata() public méthode

public startUdpNavdata ( )

Property Details

$disableEmergency public_oe property

public bool $disableEmergency
Résultat boolean

$lastAltitude public_oe property

public int $lastAltitude
Résultat integer

$lastBattery public_oe property

public int $lastBattery
Résultat integer

$lastState public_oe property

public string $lastState
Résultat string