GetVehicleSirenState
Returns the vehicle siren state.
C# Syntax
bool NAPI.Vehicle.GetVehicleSirenState(Vehicle vehicle);
Parameters
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns data in bool type
Example
NAPI.Vehicle.GetVehicleSirenState(vehicle);