Public Member Functions | |
__construct ($args=array()) | |
getTimestamp () | |
getStrTimestamp ($date_format= '') | |
getPriority () | |
setTimestamp ($val) | |
setPriority ($val) | |
getStrPriority () | |
Data Fields | |
$gps_element | |
$io_element |
AVL Data for Teltonika's FMXXXX GPS device.
__construct | ( | $ | args = array() | ) |
Constructor.
array | $args | Constructor arguments |
getPriority | ( | ) |
Get the priority value converted in integer.
getStrPriority | ( | ) |
Get the priority name.
getStrTimestamp | ( | $ | date_format = '' | ) |
Get the timestamp value converted in string by php date function.
string | $date_format | A valid php dateformat |
getTimestamp | ( | ) |
Get timestamp value converted in integer.
setPriority | ( | $ | val | ) |
Setter for the priority attribute. Note: The value must be in Hexadecimal.
string | $val | The priority value in Hex base (16) |
setTimestamp | ( | $ | val | ) |
Setter for the timestamp attribute. Note: The value must be in Hexadecimal.
string | $val | The timestamp value in Hex base (16) |
$gps_element |
GPSElement container.
public
$io_element |
IOElement container.
public