Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLEmergencyEvent

SDLEmergencyEvent Class Reference

Section Contents

Overview

A vehicle data struct for an emergency event

emergencyEventType

References signal “VedsEvntType_D_Ltchd”. See EmergencyEventType.

Required

Objective-C

@property (nonatomic, strong) SDLEmergencyEventType _Nonnull emergencyEventType;

Swift

var emergencyEventType: SDLEmergencyEventType { get set }

fuelCutoffStatus

References signal “RCM_FuelCutoff”. See FuelCutoffStatus.

Required

Objective-C

@property (nonatomic, strong) SDLFuelCutoffStatus _Nonnull fuelCutoffStatus;

Swift

var fuelCutoffStatus: SDLFuelCutoffStatus { get set }

rolloverEvent

References signal “VedsEvntRoll_D_Ltchd”. See VehicleDataEventStatus.

Required

Objective-C

@property (nonatomic, strong) SDLVehicleDataEventStatus _Nonnull rolloverEvent;

Swift

var rolloverEvent: SDLVehicleDataEventStatus { get set }

maximumChangeVelocity

References signal “VedsMaxDeltaV_D_Ltchd”. Change in velocity in KPH.

Additional reserved values: 0x00 No event, 0xFE Not supported, 0xFF Fault

Required

Objective-C

@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull maximumChangeVelocity;

Swift

var maximumChangeVelocity: NSNumber & SDLInt { get set }

multipleEvents

References signal “VedsMultiEvnt_D_Ltchd”. See VehicleDataEventStatus.

Required

Objective-C

@property (nonatomic, strong) SDLVehicleDataEventStatus _Nonnull multipleEvents;

Swift

var multipleEvents: SDLVehicleDataEventStatus { get set }
View on GitHub.com
Previous Section Next Section