PHP Class Joli\ArDrone\Buffer\Buffer

Datei anzeigen Open project: jolicode/php-ar-drone

Public Methods

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

Private Methods

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

Method Details

__construct() public method

public __construct ( $binary )

getBytes() public method

public getBytes ( $nbBytes )

getData() public method

public getData ( ) : mixed
return mixed

getFloat32() public method

public getFloat32 ( )

getInt32() public method

public getInt32 ( )

getLength() public method

public getLength ( )

getMask32() public method

public getMask32 ( $masks )

getMatrix33() public method

public getMatrix33 ( )

getUint16LE() public method

public getUint16LE ( )

getUint32LE() public method

public getUint32LE ( )

getUint8() public method

public getUint8 ( )

getVector31() public method

public getVector31 ( )