Public Member Functions | |
__construct ($args=array()) | |
getDataLength () | |
setDataLength ($val) | |
getCRC () | |
setCRC ($val) | |
Data Fields | |
$data | |
$avl_data_array |
AVL Packet for Teltonika's FMXXXX GPS device.
__construct | ( | $ | args = array() | ) |
Constructor.
array | $args | Constructor arguments |
getCRC | ( | ) |
Get the CRC field converted in integer.
getDataLength | ( | ) |
Get the data length value converted in integer.
setCRC | ( | $ | val | ) |
Setter for the CRC attribute. Note: The value must be in Hexadecimal.
string | $val | The CRC value in Hex base (16) |
setDataLength | ( | $ | val | ) |
Setter for the data_length attribute. Note: The value must be in Hexadecimal.
string | $val | The data length value in Hex base (16) |
$avl_data_array |
AVLDataArray container
public
$data |
Decapsulated Raw data of TCP header and CRC
public