Skip to content

Vehicle_GetAlarms

Stefan Unković edited this page Aug 28, 2021 · 1 revision

Description

Gets alarm state.

Syntax

Vehicle_GetAlarmsState(vehicleid)
Param Definition
vehicleid Vehicle we are getting state from.

Returns

NOTICE: It doesn't return a value on failure. So it can actually return E_ALARMS_OFF on failure.

Returns either E_ALARMS_OFF or E_ALARMS_ON.

Sidebar

Clone this wiki locally