FMXXXX Parser Documentation 0.1
FM2100, FM2200, FM4100 and FM4200 Data Parser

AVLDataArray Class Reference

Public Member Functions

 __construct ($args=array())
 getCodecID ()
 getNbData ()
 getAVLDatas ()
 setCodecID ($val)
 setNbData ($val)
 addAVLData ($avl_data)

Detailed Description

AVL Data Array for Teltonika's FMXXXX GPS device.

Author:
Thierno Ib. Barry < >
Date:
26 Feb 2011
See also:
Teltonika FMXXXX Protocols GNU/LGPL v2.1
Todo:
Add getters to get Hex values (getHexVaribleName)
Example: getHexDataLength()

Constructor & Destructor Documentation

__construct ( args = array())

Constructor.

Parameters:
array$argsConstructor arguments

Member Function Documentation

addAVLData ( avl_data)

Add a new AVLData into the array of AVLs Data.

Parameters:
AVLData$avl_dataThe new AVL Data which will add into
getAVLDatas ( )

Get the array of AVLData.

Returns:
array Return an array of AVLData
getCodecID ( )

Get the codec id value converted in integer.

Returns:
int Return the codec id value converted in integer
getNbData ( )

Get the number of data in the AVLDataArray converted in integer.

Returns:
int Return the number data value converted in integer
setCodecID ( val)

Setter for the codec id attribute. Note: The value must be in Hexadecimal.

Parameters:
string$valThe Codec ID value in Hex base (16)
setNbData ( val)

Setter for the number of data. Note: The value must be in Hexadecimal.

Parameters:
string$valThe number of data value in Hex base (16)

The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Enumerations