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
JavaScript Suite Documentation
AirbagStatus

AirbagStatus Class Reference

Constructors

Instance Methods

Constructors

new AirbagStatus(parameters)

Initializes an instance of AirbagStatus.

Instance Methods

airbagStatus.getDriverAirbagDeployed() ⇒ VehicleDataEventStatus

Get the DriverAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: VehicleDataEventStatus - the KEY_DRIVER_AIRBAG_DEPLOYED value

airbagStatus.getDriverCurtainAirbagDeployed() ⇒ VehicleDataEventStatus

Get the DriverCurtainAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: VehicleDataEventStatus - the KEY_DRIVER_CURTAIN_AIRBAG_DEPLOYED value

airbagStatus.getDriverKneeAirbagDeployed() ⇒ VehicleDataEventStatus

Get the DriverKneeAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: VehicleDataEventStatus - the KEY_DRIVER_KNEE_AIRBAG_DEPLOYED value

airbagStatus.getDriverSideAirbagDeployed() ⇒ VehicleDataEventStatus

Get the DriverSideAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: VehicleDataEventStatus - the KEY_DRIVER_SIDE_AIRBAG_DEPLOYED value

airbagStatus.getPassengerAirbagDeployed() ⇒ VehicleDataEventStatus

Get the PassengerAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: VehicleDataEventStatus - the KEY_PASSENGER_AIRBAG_DEPLOYED value

airbagStatus.getPassengerCurtainAirbagDeployed() ⇒ VehicleDataEventStatus

Get the PassengerCurtainAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: VehicleDataEventStatus - the KEY_PASSENGER_CURTAIN_AIRBAG_DEPLOYED value

airbagStatus.getPassengerKneeAirbagDeployed() ⇒ VehicleDataEventStatus

Get the PassengerKneeAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: VehicleDataEventStatus - the KEY_PASSENGER_KNEE_AIRBAG_DEPLOYED value

airbagStatus.getPassengerSideAirbagDeployed() ⇒ VehicleDataEventStatus

Get the PassengerSideAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: VehicleDataEventStatus - the KEY_PASSENGER_SIDE_AIRBAG_DEPLOYED value

airbagStatus.setDriverAirbagDeployed(deployed) ⇒ AirbagStatus

Set the DriverAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: AirbagStatus - The class instance for method chaining.

ParamTypeDescription
deployed VehicleDataEventStatus References signal "VedsDrvBag_D_Ltchd". See VehicleDataEventStatus. - The desired DriverAirbagDeployed.

airbagStatus.setDriverCurtainAirbagDeployed(deployed) ⇒ AirbagStatus

Set the DriverCurtainAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: AirbagStatus - The class instance for method chaining.

ParamTypeDescription
deployed VehicleDataEventStatus References signal "VedsDrvCrtnBag_D_Ltchd". See VehicleDataEventStatus. - The desired DriverCurtainAirbagDeployed.

airbagStatus.setDriverKneeAirbagDeployed(deployed) ⇒ AirbagStatus

Set the DriverKneeAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: AirbagStatus - The class instance for method chaining.

ParamTypeDescription
deployed VehicleDataEventStatus References signal "VedsKneeDrvBag_D_Ltchd". See VehicleDataEventStatus. - The desired DriverKneeAirbagDeployed.

airbagStatus.setDriverSideAirbagDeployed(deployed) ⇒ AirbagStatus

Set the DriverSideAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: AirbagStatus - The class instance for method chaining.

ParamTypeDescription
deployed VehicleDataEventStatus References signal "VedsDrvSideBag_D_Ltchd". See VehicleDataEventStatus. - The desired DriverSideAirbagDeployed.

airbagStatus.setPassengerAirbagDeployed(deployed) ⇒ AirbagStatus

Set the PassengerAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: AirbagStatus - The class instance for method chaining.

ParamTypeDescription
deployed VehicleDataEventStatus References signal "VedsPasBag_D_Ltchd". See VehicleDataEventStatus. - The desired PassengerAirbagDeployed.

airbagStatus.setPassengerCurtainAirbagDeployed(deployed) ⇒ AirbagStatus

Set the PassengerCurtainAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: AirbagStatus - The class instance for method chaining.

ParamTypeDescription
deployed VehicleDataEventStatus References signal "VedsPasCrtnBag_D_Ltchd". See VehicleDataEventStatus. - The desired PassengerCurtainAirbagDeployed.

airbagStatus.setPassengerKneeAirbagDeployed(deployed) ⇒ AirbagStatus

Set the PassengerKneeAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: AirbagStatus - The class instance for method chaining.

ParamTypeDescription
deployed VehicleDataEventStatus References signal "VedsKneePasBag_D_Ltchd". See VehicleDataEventStatus. - The desired PassengerKneeAirbagDeployed.

airbagStatus.setPassengerSideAirbagDeployed(deployed) ⇒ AirbagStatus

Set the PassengerSideAirbagDeployed

Kind: Instance method of AirbagStatus
Returns: AirbagStatus - The class instance for method chaining.

ParamTypeDescription
deployed VehicleDataEventStatus References signal "VedsPasSideBag_D_Ltchd". See VehicleDataEventStatus. - The desired PassengerSideAirbagDeployed.
View on GitHub.com
Previous Section Next Section