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
SDLHeadLampStatus

SDLHeadLampStatus Class Reference

Section Contents

Overview

Vehicle data struct for status of head lamps

lowBeamsOn

Low beams are on or off.

Required, boolean

Objective-C

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

Swift

var lowBeamsOn: NSNumber & SDLBool { get set }

highBeamsOn

High beams are on or off

Required, boolean

Objective-C

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

Swift

var highBeamsOn: NSNumber & SDLBool { get set }

ambientLightSensorStatus

Status of the ambient light senser

Optional

Objective-C

@property (nonatomic, strong, nullable) SDLAmbientLightStatus ambientLightSensorStatus;

Swift

var ambientLightSensorStatus: SDLAmbientLightStatus? { get set }
View on GitHub.com
Previous Section Next Section