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

Parser Class Reference

Public Member Functions

 __construct ($raw_data, $is_binary=false)
 parse ($data= '')
 getAVLPacket ()

Detailed Description

Simple Parser interface for Teltonika's FMXXXX GPS device.

PHP version 5

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,Boston,MA 02111-1307 USA

Author:
Thierno Ib. Barry < >
Date:
26 Feb 2011
See also:
Teltonika FMXXXX Protocols GNU/LGPL v2.1

Constructor & Destructor Documentation

__construct ( raw_data,
is_binary = false 
)

Constructor

Parameters:
string$raw_dataThe raw data which will parse. Notice that, they are no spaces among bytes.
boolean$is_binarySet up a binary parsing or not.

Member Function Documentation

getAVLPacket ( )

Getter for AVL Packet

Returns:
AVLPacket
parse ( data = '')

Parse a decapsulated data

Parameters:
string$dataThe raw data which will parse.
Returns:
AVLDataArray

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