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
SDLClusterModeStatus

SDLClusterModeStatus Class Reference

Section Contents

Overview

A vehicle data struct for the cluster mode and power status

powerModeActive

References signal “PowerMode_UB”.

Required

Objective-C

@property (nonatomic, strong) NSNumber<SDLBool> *_Nonnull powerModeActive;

Swift

var powerModeActive: NSNumber & SDLBool { get set }

powerModeQualificationStatus

References signal “PowerModeQF”. See PowerModeQualificationStatus.

Required

Objective-C

@property (nonatomic, strong) SDLPowerModeQualificationStatus _Nonnull powerModeQualificationStatus;

Swift

var powerModeQualificationStatus: SDLPowerModeQualificationStatus { get set }

carModeStatus

References signal “CarMode”. See CarMode.

Required

Objective-C

@property (nonatomic, strong) SDLCarModeStatus _Nonnull carModeStatus;

Swift

var carModeStatus: SDLCarModeStatus { get set }

powerModeStatus

References signal “PowerMode”. See PowerMode.

Required

Objective-C

@property (nonatomic, strong) SDLPowerModeStatus _Nonnull powerModeStatus;

Swift

var powerModeStatus: SDLPowerModeStatus { get set }
View on GitHub.com
Previous Section Next Section