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
SDLSingleTireStatus

SDLSingleTireStatus Class Reference

Section Contents

Overview

Tire pressure status of a single tire.

@since SmartDeviceLink 2.0

status

  • The volume status of a single tire

Required

Objective-C

@property (nonatomic, strong) SDLComponentVolumeStatus _Nonnull status;

Swift

var status: SDLComponentVolumeStatus { get set }

monitoringSystemStatus

The status of TPMS for this particular tire

Optional

Objective-C

@property (nonatomic, strong, nullable) SDLTPMS monitoringSystemStatus;

Swift

var monitoringSystemStatus: SDLTPMS? { get set }

pressure

The pressure value of this particular tire in kPa (kilopascals)

Optional, Float, 0-2000

Objective-C

@property (nonatomic, copy, nullable) NSNumber<SDLFloat> *pressure;

Swift

@NSCopying var pressure: (NSNumber & SDLFloat)? { get set }
View on GitHub.com
Previous Section Next Section