SDLGateStatus Class Reference

Section Contents

Overview

Describes the status of a parameter of trunk/hood/etc.

@added in SmartDeviceLink 7.1.0

-initWithLocation:status:

Objective-C

- (nonnull instancetype)initWithLocation:(nonnull SDLGrid *)location
                                  status:(nonnull SDLDoorStatusType)status;

Swift

init(location: SDLGrid, status: SDLDoorStatusType)

Parameters

location

- location

status

- status

Return Value

A SDLGateStatus object

location

The location of the gate on the vehicle grid

Objective-C

@property (nonatomic, strong) SDLGrid *_Nonnull location;

Swift

var location: SDLGrid { get set }

status

The status of the gate

Objective-C

@property (nonatomic, strong) SDLDoorStatusType _Nonnull status;

Swift

var status: SDLDoorStatusType { get set }