PHP Class Joli\ArDrone\Buffer\Buffer

Afficher le fichier Open project: jolicode/php-ar-drone

Méthodes publiques

Méthode Description
__construct ( $binary )
getBytes ( $nbBytes )
getData ( ) : mixed
getFloat32 ( )
getInt32 ( )
getLength ( )
getMask32 ( $masks )
getMatrix33 ( )
getUint16LE ( )
getUint32LE ( )
getUint8 ( )
getVector31 ( )

Private Methods

Méthode Description
mask ( $masks, $value ) todo: move this function ?
moveOffset ( $step )

Method Details

__construct() public méthode

public __construct ( $binary )

getBytes() public méthode

public getBytes ( $nbBytes )

getData() public méthode

public getData ( ) : mixed
Résultat mixed

getFloat32() public méthode

public getFloat32 ( )

getInt32() public méthode

public getInt32 ( )

getLength() public méthode

public getLength ( )

getMask32() public méthode

public getMask32 ( $masks )

getMatrix33() public méthode

public getMatrix33 ( )

getUint16LE() public méthode

public getUint16LE ( )

getUint32LE() public méthode

public getUint32LE ( )

getUint8() public méthode

public getUint8 ( )

getVector31() public méthode

public getVector31 ( )