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 }