Functions

Functions

Categories

Subfolder name

Description

Subfolder name

Description

Bluetooth

Bluetooth module functions

Init()

Initialization functions.

EEPROM()

EEPROM functions.

Messages()

Messages functions.

File_Records()

Functions for managing file records.

socket()

Send and receive data via internet functions.

64-bit Math

64-bit math operation functions.

MQTT functions

MQTT messaging protocol functions.

Internal Records

Functions for managing internal records

CAN BUS functions

Functions for CAN BUS data transfer and configuration


Functions

Function name

Description

Function name

Description

DeInit()

Function de-initializes previously initialized peripheral or sensor.

get_val()

Gets value of requested sensor.

set_val()

Sets value of a sensor.

Call()

Makes a call to a cell phone number.

Delay()

Creates delay (pauses code for a certain amount of time) in ms (There are 1000 milliseconds in a second).

buf_len()

Get length of received buffer.

read_buf()

Reads received data from selected peripheral.

write_buf()

Write data to selected peripheral.

GetGeozoneStatus()

Determines whether vehicle is inside a geozone.

CalculateCRC()

Calculates CRC value using user defined CRC table.