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
SDLAirbagStatus

SDLAirbagStatus Class Reference

Section Contents

Overview

A vehicle data status struct for airbags

driverAirbagDeployed

References signal “VedsDrvBag_D_Ltchd”. See VehicleDataEventStatus.

Required

Objective-C

@property (nonatomic, strong) SDLVehicleDataEventStatus _Nonnull driverAirbagDeployed;

Swift

var driverAirbagDeployed: SDLVehicleDataEventStatus { get set }

driverSideAirbagDeployed

References signal “VedsDrvSideBag_D_Ltchd”. See VehicleDataEventStatus.

Required

Objective-C

@property (nonatomic, strong) SDLVehicleDataEventStatus _Nonnull driverSideAirbagDeployed;

Swift

var driverSideAirbagDeployed: SDLVehicleDataEventStatus { get set }

driverCurtainAirbagDeployed

References signal “VedsDrvCrtnBag_D_Ltchd”. See VehicleDataEventStatus

Required

Objective-C

@property (nonatomic, strong) SDLVehicleDataEventStatus _Nonnull driverCurtainAirbagDeployed;

Swift

var driverCurtainAirbagDeployed: SDLVehicleDataEventStatus { get set }

passengerAirbagDeployed

References signal “VedsPasBag_D_Ltchd”. See VehicleDataEventStatus.

Required

Objective-C

@property (nonatomic, strong) SDLVehicleDataEventStatus _Nonnull passengerAirbagDeployed;

Swift

var passengerAirbagDeployed: SDLVehicleDataEventStatus { get set }

passengerCurtainAirbagDeployed

References signal “VedsPasCrtnBag_D_Ltchd”. See VehicleDataEventStatus.

Required

Objective-C

@property (nonatomic, strong) SDLVehicleDataEventStatus _Nonnull passengerCurtainAirbagDeployed;

Swift

var passengerCurtainAirbagDeployed: SDLVehicleDataEventStatus { get set }

driverKneeAirbagDeployed

References signal “VedsKneeDrvBag_D_Ltchd”. See VehicleDataEventStatus.

Required

Objective-C

@property (nonatomic, strong) SDLVehicleDataEventStatus _Nonnull driverKneeAirbagDeployed;

Swift

var driverKneeAirbagDeployed: SDLVehicleDataEventStatus { get set }

passengerSideAirbagDeployed

References signal “VedsPasSideBag_D_Ltchd”. See VehicleDataEventStatus.

Required

Objective-C

@property (nonatomic, strong) SDLVehicleDataEventStatus _Nonnull passengerSideAirbagDeployed;

Swift

var passengerSideAirbagDeployed: SDLVehicleDataEventStatus { get set }

passengerKneeAirbagDeployed

References signal “VedsKneePasBag_D_Ltchd”. See VehicleDataEventStatus.

Required

Objective-C

@property (nonatomic, strong) SDLVehicleDataEventStatus _Nonnull passengerKneeAirbagDeployed;

Swift

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