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
SDLTireStatus

SDLTireStatus Class Reference

Section Contents

Overview

Struct used in Vehicle Data; the status and pressure of the tires.

pressureTelltale

Status of the Tire Pressure Telltale. See WarningLightStatus.

Required

Objective-C

@property (nonatomic, strong) SDLWarningLightStatus _Nonnull pressureTelltale;

Swift

var pressureTelltale: SDLWarningLightStatus { get set }

leftFront

The status of the left front tire.

Required

Objective-C

@property (nonatomic, strong) SDLSingleTireStatus *_Nonnull leftFront;

Swift

var leftFront: SDLSingleTireStatus { get set }

rightFront

The status of the right front tire.

Required

Objective-C

@property (nonatomic, strong) SDLSingleTireStatus *_Nonnull rightFront;

Swift

var rightFront: SDLSingleTireStatus { get set }

leftRear

The status of the left rear tire.

Required

Objective-C

@property (nonatomic, strong) SDLSingleTireStatus *_Nonnull leftRear;

Swift

var leftRear: SDLSingleTireStatus { get set }

rightRear

The status of the right rear tire.

Required

Objective-C

@property (nonatomic, strong) SDLSingleTireStatus *_Nonnull rightRear;

Swift

var rightRear: SDLSingleTireStatus { get set }

innerLeftRear

The status of the inner left rear tire.

Required

Objective-C

@property (nonatomic, strong) SDLSingleTireStatus *_Nonnull innerLeftRear;

Swift

var innerLeftRear: SDLSingleTireStatus { get set }

innerRightRear

The status of the inner right rear tire.

Required

Objective-C

@property (nonatomic, strong) SDLSingleTireStatus *_Nonnull innerRightRear;

Swift

var innerRightRear: SDLSingleTireStatus { get set }
View on GitHub.com
Previous Section Next Section