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
SDLSubscribeVehicleData

SDLSubscribeVehicleData Class Reference

Section Contents

Overview

Subscribes to specific published vehicle data items. The data will be only sent if it has changed. The application will be notified by the onVehicleData notification whenever new data is available. The update rate is dependent on sensors, vehicle architecture and vehicle type.

Warning

A vehicle may only support a subset of the vehicle data items. Be prepared for the situation where a signal is not available on a vehicle.

Function Group: Location, VehicleInfo and DrivingChara HMILevel needs to be FULL, LIMITED or BACKGROUND Since SmartDeviceLink 2.0 See SDLUnsubscribeVehicleData, SDLGetVehicleData

-initWithAccelerationPedalPosition:airbagStatus:beltStatus:bodyInformation:cloudAppVehicleID:clusterModeStatus:deviceStatus:driverBraking:eCallInfo:electronicParkBrakeStatus:emergencyEvent:engineOilLife:engineTorque:externalTemperature:fuelLevel:fuelLevelState:fuelRange:gps:headLampStatus:instantFuelConsumption:myKey:odometer:prndl:rpm:speed:steeringWheelAngle:tirePressure:turnSignal:wiperStatus:

Convenience init for subscribing to all possible vehicle data items.

Objective-C

- (nonnull instancetype)
    initWithAccelerationPedalPosition:(BOOL)accelerationPedalPosition
                         airbagStatus:(BOOL)airbagStatus
                           beltStatus:(BOOL)beltStatus
                      bodyInformation:(BOOL)bodyInformation
                    cloudAppVehicleID:(BOOL)cloudAppVehicleID
                    clusterModeStatus:(BOOL)clusterModeStatus
                         deviceStatus:(BOOL)deviceStatus
                        driverBraking:(BOOL)driverBraking
                            eCallInfo:(BOOL)eCallInfo
            electronicParkBrakeStatus:(BOOL)electronicParkBrakeStatus
                       emergencyEvent:(BOOL)emergencyEvent
                        engineOilLife:(BOOL)engineOilLife
                         engineTorque:(BOOL)engineTorque
                  externalTemperature:(BOOL)externalTemperature
                            fuelLevel:(BOOL)fuelLevel
                       fuelLevelState:(BOOL)fuelLevelState
                            fuelRange:(BOOL)fuelRange
                                  gps:(BOOL)gps
                       headLampStatus:(BOOL)headLampStatus
               instantFuelConsumption:(BOOL)instantFuelConsumption
                                myKey:(BOOL)myKey
                             odometer:(BOOL)odometer
                                prndl:(BOOL)prndl
                                  rpm:(BOOL)rpm
                                speed:(BOOL)speed
                   steeringWheelAngle:(BOOL)steeringWheelAngle
                         tirePressure:(BOOL)tirePressure
                           turnSignal:(BOOL)turnSignal
                          wiperStatus:(BOOL)wiperStatus;

Swift

init(accelerationPedalPosition: Bool, airbagStatus: Bool, beltStatus: Bool, bodyInformation: Bool, cloudAppVehicleID: Bool, clusterModeStatus: Bool, deviceStatus: Bool, driverBraking: Bool, eCallInfo: Bool, electronicParkBrakeStatus: Bool, emergencyEvent: Bool, engineOilLife: Bool, engineTorque: Bool, externalTemperature: Bool, fuelLevel: Bool, fuelLevelState: Bool, fuelRange: Bool, gps: Bool, headLampStatus: Bool, instantFuelConsumption: Bool, myKey: Bool, odometer: Bool, prndl: Bool, rpm: Bool, speed: Bool, steeringWheelAngle: Bool, tirePressure: Bool, turnSignal: Bool, wiperStatus: Bool)

Parameters

accelerationPedalPosition

Subscribe to accelerationPedalPosition

airbagStatus

Subscribe to airbagStatus

beltStatus

Subscribe to beltStatus

bodyInformation

Subscribe to bodyInformation

cloudAppVehicleID

Subscribe to cloudAppVehicleID

clusterModeStatus

Subscribe to clusterModeStatus

deviceStatus

Subscribe to deviceStatus

driverBraking

Subscribe to driverBraking

eCallInfo

Subscribe to eCallInfo

electronicParkBrakeStatus

Subscribe to electronicParkBrakeStatus

emergencyEvent

Subscribe to emergencyEvent

engineOilLife

Subscribe to engineOilLife

engineTorque

Subscribe to engineTorque

externalTemperature

Subscribe to externalTemperature

fuelLevel

Subscribe to fuelLevel

fuelLevelState

Subscribe to fuelLevelState

fuelRange

Subscribe to fuelRange

gps

Subscribe to gps

headLampStatus

Subscribe to headLampStatus

instantFuelConsumption

Subscribe to instantFuelConsumption

myKey

Subscribe to myKey

odometer

Subscribe to odometer

prndl

Subscribe to prndl

rpm

Subscribe to rpm

speed

Subscribe to speed

steeringWheelAngle

Subscribe to steeringWheelAngle

tirePressure

Subscribe to tirePressure

turnSignal

Subscribe to turnSignal

wiperStatus

Subscribe to wiperStatus

Return Value

A SDLSubscribeVehicleData object

-initWithGps:speed:rpm:instantFuelConsumption:fuelRange:externalTemperature:turnSignal:gearStatus:tirePressure:odometer:beltStatus:bodyInformation:deviceStatus:driverBraking:wiperStatus:headLampStatus:engineTorque:accPedalPosition:steeringWheelAngle:engineOilLife:electronicParkBrakeStatus:cloudAppVehicleID:stabilityControlsStatus:eCallInfo:airbagStatus:emergencyEvent:clusterModeStatus:myKey:handsOffSteering:windowStatus:

Convenience init for subscribing to all possible vehicle data items.

Objective-C

- (nonnull instancetype)
                  initWithGps:(nullable NSNumber<SDLBool> *)gps
                        speed:(nullable NSNumber<SDLBool> *)speed
                          rpm:(nullable NSNumber<SDLBool> *)rpm
       instantFuelConsumption:
           (nullable NSNumber<SDLBool> *)instantFuelConsumption
                    fuelRange:(nullable NSNumber<SDLBool> *)fuelRange
          externalTemperature:(nullable NSNumber<SDLBool> *)externalTemperature
                   turnSignal:(nullable NSNumber<SDLBool> *)turnSignal
                   gearStatus:(nullable NSNumber<SDLBool> *)gearStatus
                 tirePressure:(nullable NSNumber<SDLBool> *)tirePressure
                     odometer:(nullable NSNumber<SDLBool> *)odometer
                   beltStatus:(nullable NSNumber<SDLBool> *)beltStatus
              bodyInformation:(nullable NSNumber<SDLBool> *)bodyInformation
                 deviceStatus:(nullable NSNumber<SDLBool> *)deviceStatus
                driverBraking:(nullable NSNumber<SDLBool> *)driverBraking
                  wiperStatus:(nullable NSNumber<SDLBool> *)wiperStatus
               headLampStatus:(nullable NSNumber<SDLBool> *)headLampStatus
                 engineTorque:(nullable NSNumber<SDLBool> *)engineTorque
             accPedalPosition:(nullable NSNumber<SDLBool> *)accPedalPosition
           steeringWheelAngle:(nullable NSNumber<SDLBool> *)steeringWheelAngle
                engineOilLife:(nullable NSNumber<SDLBool> *)engineOilLife
    electronicParkBrakeStatus:
        (nullable NSNumber<SDLBool> *)electronicParkBrakeStatus
            cloudAppVehicleID:(nullable NSNumber<SDLBool> *)cloudAppVehicleID
      stabilityControlsStatus:
          (nullable NSNumber<SDLBool> *)stabilityControlsStatus
                    eCallInfo:(nullable NSNumber<SDLBool> *)eCallInfo
                 airbagStatus:(nullable NSNumber<SDLBool> *)airbagStatus
               emergencyEvent:(nullable NSNumber<SDLBool> *)emergencyEvent
            clusterModeStatus:(nullable NSNumber<SDLBool> *)clusterModeStatus
                        myKey:(nullable NSNumber<SDLBool> *)myKey
             handsOffSteering:(nullable NSNumber<SDLBool> *)handsOffSteering
                 windowStatus:(nullable NSNumber<SDLBool> *)windowStatus;

Swift

init(gps: (NSNumber & SDLBool)?, speed: (NSNumber & SDLBool)?, rpm: (NSNumber & SDLBool)?, instantFuelConsumption: (NSNumber & SDLBool)?, fuelRange: (NSNumber & SDLBool)?, externalTemperature: (NSNumber & SDLBool)?, turnSignal: (NSNumber & SDLBool)?, gearStatus: (NSNumber & SDLBool)?, tirePressure: (NSNumber & SDLBool)?, odometer: (NSNumber & SDLBool)?, beltStatus: (NSNumber & SDLBool)?, bodyInformation: (NSNumber & SDLBool)?, deviceStatus: (NSNumber & SDLBool)?, driverBraking: (NSNumber & SDLBool)?, wiperStatus: (NSNumber & SDLBool)?, headLampStatus: (NSNumber & SDLBool)?, engineTorque: (NSNumber & SDLBool)?, accPedalPosition: (NSNumber & SDLBool)?, steeringWheelAngle: (NSNumber & SDLBool)?, engineOilLife: (NSNumber & SDLBool)?, electronicParkBrakeStatus: (NSNumber & SDLBool)?, cloudAppVehicleID: (NSNumber & SDLBool)?, stabilityControlsStatus: (NSNumber & SDLBool)?, eCallInfo: (NSNumber & SDLBool)?, airbagStatus: (NSNumber & SDLBool)?, emergencyEvent: (NSNumber & SDLBool)?, clusterModeStatus: (NSNumber & SDLBool)?, myKey: (NSNumber & SDLBool)?, handsOffSteering: (NSNumber & SDLBool)?, windowStatus: (NSNumber & SDLBool)?)

Parameters

gps

- gps

speed

- speed

rpm

- rpm

instantFuelConsumption

- instantFuelConsumption

fuelRange

- fuelRange

externalTemperature

- externalTemperature

turnSignal

- turnSignal

gearStatus

- gearStatus

tirePressure

- tirePressure

odometer

- odometer

beltStatus

- beltStatus

bodyInformation

- bodyInformation

deviceStatus

- deviceStatus

driverBraking

- driverBraking

wiperStatus

- wiperStatus

headLampStatus

- headLampStatus

engineTorque

- engineTorque

accPedalPosition

- accPedalPosition

steeringWheelAngle

- steeringWheelAngle

engineOilLife

- engineOilLife

electronicParkBrakeStatus

- electronicParkBrakeStatus

cloudAppVehicleID

- cloudAppVehicleID

stabilityControlsStatus

- stabilityControlsStatus

eCallInfo

- eCallInfo

airbagStatus

- airbagStatus

emergencyEvent

- emergencyEvent

clusterModeStatus

- clusterModeStatus

myKey

- myKey

handsOffSteering

- handsOffSteering

windowStatus

- windowStatus

Return Value

A SDLSubscribeVehicleData object

-initWithGps:speed:rpm:instantFuelConsumption:fuelRange:climateData:turnSignal:gearStatus:tirePressure:odometer:beltStatus:bodyInformation:deviceStatus:driverBraking:wiperStatus:headLampStatus:engineTorque:accPedalPosition:steeringWheelAngle:engineOilLife:electronicParkBrakeStatus:cloudAppVehicleID:stabilityControlsStatus:eCallInfo:airbagStatus:emergencyEvent:clusterModeStatus:myKey:windowStatus:handsOffSteering:seatOccupancy:

Convenience init for subscribing to all possible vehicle data items.

Objective-C

- (nonnull instancetype)
                  initWithGps:(nullable NSNumber<SDLBool> *)gps
                        speed:(nullable NSNumber<SDLBool> *)speed
                          rpm:(nullable NSNumber<SDLBool> *)rpm
       instantFuelConsumption:
           (nullable NSNumber<SDLBool> *)instantFuelConsumption
                    fuelRange:(nullable NSNumber<SDLBool> *)fuelRange
                  climateData:(nullable NSNumber<SDLBool> *)climateData
                   turnSignal:(nullable NSNumber<SDLBool> *)turnSignal
                   gearStatus:(nullable NSNumber<SDLBool> *)gearStatus
                 tirePressure:(nullable NSNumber<SDLBool> *)tirePressure
                     odometer:(nullable NSNumber<SDLBool> *)odometer
                   beltStatus:(nullable NSNumber<SDLBool> *)beltStatus
              bodyInformation:(nullable NSNumber<SDLBool> *)bodyInformation
                 deviceStatus:(nullable NSNumber<SDLBool> *)deviceStatus
                driverBraking:(nullable NSNumber<SDLBool> *)driverBraking
                  wiperStatus:(nullable NSNumber<SDLBool> *)wiperStatus
               headLampStatus:(nullable NSNumber<SDLBool> *)headLampStatus
                 engineTorque:(nullable NSNumber<SDLBool> *)engineTorque
             accPedalPosition:(nullable NSNumber<SDLBool> *)accPedalPosition
           steeringWheelAngle:(nullable NSNumber<SDLBool> *)steeringWheelAngle
                engineOilLife:(nullable NSNumber<SDLBool> *)engineOilLife
    electronicParkBrakeStatus:
        (nullable NSNumber<SDLBool> *)electronicParkBrakeStatus
            cloudAppVehicleID:(nullable NSNumber<SDLBool> *)cloudAppVehicleID
      stabilityControlsStatus:
          (nullable NSNumber<SDLBool> *)stabilityControlsStatus
                    eCallInfo:(nullable NSNumber<SDLBool> *)eCallInfo
                 airbagStatus:(nullable NSNumber<SDLBool> *)airbagStatus
               emergencyEvent:(nullable NSNumber<SDLBool> *)emergencyEvent
            clusterModeStatus:(nullable NSNumber<SDLBool> *)clusterModeStatus
                        myKey:(nullable NSNumber<SDLBool> *)myKey
                 windowStatus:(nullable NSNumber<SDLBool> *)windowStatus
             handsOffSteering:(nullable NSNumber<SDLBool> *)handsOffSteering
                seatOccupancy:(nullable NSNumber<SDLBool> *)seatOccupancy;

Swift

init(gps: (NSNumber & SDLBool)?, speed: (NSNumber & SDLBool)?, rpm: (NSNumber & SDLBool)?, instantFuelConsumption: (NSNumber & SDLBool)?, fuelRange: (NSNumber & SDLBool)?, climateData: (NSNumber & SDLBool)?, turnSignal: (NSNumber & SDLBool)?, gearStatus: (NSNumber & SDLBool)?, tirePressure: (NSNumber & SDLBool)?, odometer: (NSNumber & SDLBool)?, beltStatus: (NSNumber & SDLBool)?, bodyInformation: (NSNumber & SDLBool)?, deviceStatus: (NSNumber & SDLBool)?, driverBraking: (NSNumber & SDLBool)?, wiperStatus: (NSNumber & SDLBool)?, headLampStatus: (NSNumber & SDLBool)?, engineTorque: (NSNumber & SDLBool)?, accPedalPosition: (NSNumber & SDLBool)?, steeringWheelAngle: (NSNumber & SDLBool)?, engineOilLife: (NSNumber & SDLBool)?, electronicParkBrakeStatus: (NSNumber & SDLBool)?, cloudAppVehicleID: (NSNumber & SDLBool)?, stabilityControlsStatus: (NSNumber & SDLBool)?, eCallInfo: (NSNumber & SDLBool)?, airbagStatus: (NSNumber & SDLBool)?, emergencyEvent: (NSNumber & SDLBool)?, clusterModeStatus: (NSNumber & SDLBool)?, myKey: (NSNumber & SDLBool)?, windowStatus: (NSNumber & SDLBool)?, handsOffSteering: (NSNumber & SDLBool)?, seatOccupancy: (NSNumber & SDLBool)?)

Parameters

gps

- gps

speed

- speed

rpm

- rpm

instantFuelConsumption

- instantFuelConsumption

fuelRange

- fuelRange

climateData

- climateData

turnSignal

- turnSignal

gearStatus

- gearStatus

tirePressure

- tirePressure

odometer

- odometer

beltStatus

- beltStatus

bodyInformation

- bodyInformation

deviceStatus

- deviceStatus

driverBraking

- driverBraking

wiperStatus

- wiperStatus

headLampStatus

- headLampStatus

engineTorque

- engineTorque

accPedalPosition

- accPedalPosition

steeringWheelAngle

- steeringWheelAngle

engineOilLife

- engineOilLife

electronicParkBrakeStatus

- electronicParkBrakeStatus

cloudAppVehicleID

- cloudAppVehicleID

stabilityControlsStatus

- stabilityControlsStatus

eCallInfo

- eCallInfo

airbagStatus

- airbagStatus

emergencyEvent

- emergencyEvent

clusterModeStatus

- clusterModeStatus

myKey

- myKey

windowStatus

- windowStatus

handsOffSteering

- handsOffSteering

seatOccupancy

- seatOccupancy

Return Value

A SDLSubscribeVehicleData object

gearStatus

See GearStatus

@since SDL 7.0

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *gearStatus;

Swift

var gearStatus: (NSNumber & SDLBool)? { get set }

gps

A boolean value. If true, subscribes GPS data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *gps;

Swift

var gps: (NSNumber & SDLBool)? { get set }

speed

A boolean value. If true, subscribes Speed data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *speed;

Swift

var speed: (NSNumber & SDLBool)? { get set }

rpm

A boolean value. If true, subscribes RPM data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *rpm;

Swift

var rpm: (NSNumber & SDLBool)? { get set }

fuelLevel

A boolean value. If true, subscribes Fuel Level data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *fuelLevel;

Swift

var fuelLevel: (NSNumber & SDLBool)? { get set }

fuelLevel_State

A boolean value. If true, subscribes Fuel Level State data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *fuelLevel_State;

Swift

var fuelLevel_State: (NSNumber & SDLBool)? { get set }

fuelRange

A boolean value. If true, subscribes Fuel Range data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *fuelRange;

Swift

var fuelRange: (NSNumber & SDLBool)? { get set }

instantFuelConsumption

A boolean value. If true, subscribes Instant Fuel Consumption data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *instantFuelConsumption;

Swift

var instantFuelConsumption: (NSNumber & SDLBool)? { get set }

climateData

See ClimateData

@added in SmartDeviceLink 7.1.0

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *climateData;

Swift

var climateData: (NSNumber & SDLBool)? { get set }

externalTemperature

The external temperature in degrees celsius. This parameter is deprecated starting RPC Spec 7.1, please see climateData.

@deprecated in SmartDeviceLink 7.1.0 @added in SmartDeviceLink 2.0.0

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *externalTemperature;

Swift

var externalTemperature: (NSNumber & SDLBool)? { get set }

prndl

See PRNDL. This parameter is deprecated and it is now covered in gearStatus

@deprecated @since SDL 7.0

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *prndl;

Swift

var prndl: (NSNumber & SDLBool)? { get set }

tirePressure

A boolean value. If true, subscribes Tire Pressure status data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *tirePressure;

Swift

var tirePressure: (NSNumber & SDLBool)? { get set }

odometer

A boolean value. If true, subscribes Odometer data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *odometer;

Swift

var odometer: (NSNumber & SDLBool)? { get set }

beltStatus

A boolean value. If true, subscribes Belt Status data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *beltStatus;

Swift

var beltStatus: (NSNumber & SDLBool)? { get set }

bodyInformation

A boolean value. If true, subscribes Body Information data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *bodyInformation;

Swift

var bodyInformation: (NSNumber & SDLBool)? { get set }

deviceStatus

A boolean value. If true, subscribes Device Status data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *deviceStatus;

Swift

var deviceStatus: (NSNumber & SDLBool)? { get set }

driverBraking

A boolean value. If true, subscribes Driver Braking data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *driverBraking;

Swift

var driverBraking: (NSNumber & SDLBool)? { get set }

windowStatus

See WindowStatus

@since SDL 7.0

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *windowStatus;

Swift

var windowStatus: (NSNumber & SDLBool)? { get set }

wiperStatus

A boolean value. If true, subscribes Wiper Status data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *wiperStatus;

Swift

var wiperStatus: (NSNumber & SDLBool)? { get set }

handsOffSteering

To indicate whether driver hands are off the steering wheel

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *handsOffSteering;

Swift

var handsOffSteering: (NSNumber & SDLBool)? { get set }

headLampStatus

A boolean value. If true, subscribes Head Lamp Status data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *headLampStatus;

Swift

var headLampStatus: (NSNumber & SDLBool)? { get set }

engineOilLife

A boolean value. If true, subscribes to Engine Oil Life data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *engineOilLife;

Swift

var engineOilLife: (NSNumber & SDLBool)? { get set }

engineTorque

A boolean value. If true, subscribes Engine Torque data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *engineTorque;

Swift

var engineTorque: (NSNumber & SDLBool)? { get set }

accPedalPosition

A boolean value. If true, subscribes Acc Pedal Position data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *accPedalPosition;

Swift

var accPedalPosition: (NSNumber & SDLBool)? { get set }

stabilityControlsStatus

See StabilityControlsStatus

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *stabilityControlsStatus;

Swift

var stabilityControlsStatus: (NSNumber & SDLBool)? { get set }

steeringWheelAngle

A boolean value. If true, subscribes Steering Wheel Angle data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *steeringWheelAngle;

Swift

var steeringWheelAngle: (NSNumber & SDLBool)? { get set }

eCallInfo

A boolean value. If true, subscribes eCall Info data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *eCallInfo;

Swift

var eCallInfo: (NSNumber & SDLBool)? { get set }

airbagStatus

A boolean value. If true, subscribes Airbag Status data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *airbagStatus;

Swift

var airbagStatus: (NSNumber & SDLBool)? { get set }

emergencyEvent

A boolean value. If true, subscribes Emergency Event data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *emergencyEvent;

Swift

var emergencyEvent: (NSNumber & SDLBool)? { get set }

clusterModeStatus

A boolean value. If true, subscribes Cluster Mode Status data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *clusterModeStatus;

Swift

var clusterModeStatus: (NSNumber & SDLBool)? { get set }

myKey

A boolean value. If true, subscribes myKey data.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *myKey;

Swift

var myKey: (NSNumber & SDLBool)? { get set }

electronicParkBrakeStatus

A boolean value. If true, subscribes to the electronic parking brake status.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *electronicParkBrakeStatus;

Swift

var electronicParkBrakeStatus: (NSNumber & SDLBool)? { get set }

turnSignal

A boolean value. If true, subscribes to the turn signal status.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *turnSignal;

Swift

var turnSignal: (NSNumber & SDLBool)? { get set }

cloudAppVehicleID

A boolean value. If true, subscribes to the cloud app vehicle ID.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *cloudAppVehicleID;

Swift

var cloudAppVehicleID: (NSNumber & SDLBool)? { get set }

-setOEMCustomVehicleData:withVehicleDataState:

Sets the OEM custom vehicle data state for any given OEM custom vehicle data name.

Added in SmartDeviceLink 6.0

Objective-C

- (void)setOEMCustomVehicleData:(nonnull NSString *)vehicleDataName
           withVehicleDataState:(BOOL)vehicleDataState;

Swift

func setOEMCustomVehicleData(name vehicleDataName: String, state vehicleDataState: Bool)

Parameters

vehicleDataName

The name of the OEM custom vehicle data item.

vehicleDataState

A boolean value. If true, requests the OEM custom vehicle data item.

-getOEMCustomVehicleData:

Gets the OEM custom vehicle data value for any given OEM custom vehicle data name.

Added in SmartDeviceLink 6.0

Objective-C

- (nullable NSNumber<SDLBool> *)getOEMCustomVehicleData:
    (nonnull NSString *)vehicleDataName;

Swift

func getOEMCustomVehicleData(_ vehicleDataName: String) -> (NSNumber & SDLBool)?

Parameters

vehicleDataName

The name of the OEM custom vehicle data item.

Return Value

The state of an OEM custom vehicle data item for the given vehicle data name.

seatOccupancy

See SeatOccupancy

@added in SmartDeviceLink 7.1.0

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *seatOccupancy;

Swift

var seatOccupancy: (NSNumber & SDLBool)? { get set }
View on GitHub.com
Previous Section Next Section