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
SDLStabilityControlsStatus

SDLStabilityControlsStatus Class Reference

Section Contents

Overview

@since SDL 7.0.0

-initWithEscSystem:trailerSwayControl:

Objective-C

- (nonnull instancetype)
     initWithEscSystem:(nullable SDLVehicleDataStatus)escSystem
    trailerSwayControl:(nullable SDLVehicleDataStatus)trailerSwayControl;

Swift

init(escSystem: SDLVehicleDataStatus?, trailerSwayControl: SDLVehicleDataStatus?)

Parameters

escSystem

- escSystem

trailerSwayControl

- trailerSwayControl

Return Value

A SDLStabilityControlsStatus object

escSystem

true if vehicle stability control is ON, else false

Objective-C

@property (nonatomic, strong, nullable) SDLVehicleDataStatus escSystem;

Swift

var escSystem: SDLVehicleDataStatus? { get set }

trailerSwayControl

true if vehicle trailer sway control is ON, else false

Objective-C

@property (nonatomic, strong, nullable) SDLVehicleDataStatus trailerSwayControl;

Swift

var trailerSwayControl: SDLVehicleDataStatus? { get set }
View on GitHub.com
Previous Section Next Section