Describes the status of a parameter of door.
@added in SmartDeviceLink 7.1.0
- (nonnull instancetype)initWithLocation:(nonnull SDLGrid *)location
status:(nonnull SDLDoorStatusType)status;
init(location: SDLGrid, status: SDLDoorStatusType)
- location
- status
A SDLDoorStatus object
The location of the door on the vehicle grid
@property (nonatomic, strong) SDLGrid *_Nonnull location;
var location: SDLGrid { get set }
The status of the door
@property (nonatomic, strong) SDLDoorStatusType _Nonnull status;
var status: SDLDoorStatusType { get set }