Public Member Functions | |
__construct ($args=array()) | |
getCodecID () | |
getNbData () | |
getAVLDatas () | |
setCodecID ($val) | |
setNbData ($val) | |
addAVLData ($avl_data) |
AVL Data Array for Teltonika's FMXXXX GPS device.
__construct | ( | $ | args = array() | ) |
Constructor.
array | $args | Constructor arguments |
addAVLData | ( | $ | avl_data | ) |
getCodecID | ( | ) |
Get the codec id value converted in integer.
getNbData | ( | ) |
Get the number of data in the AVLDataArray converted in integer.
setCodecID | ( | $ | val | ) |
Setter for the codec id attribute. Note: The value must be in Hexadecimal.
string | $val | The Codec ID value in Hex base (16) |
setNbData | ( | $ | val | ) |
Setter for the number of data. Note: The value must be in Hexadecimal.
string | $val | The number of data value in Hex base (16) |