Contains information about the HMI capabilities.
Since SDL 3.0
Availability of built in Nav. True: Available, False: Not Available
Boolean value. Optional.
Since SDL 3.0
@property (readwrite, copy, nonatomic, nullable) NSNumber<SDLBool> *navigation;
@NSCopying var navigation: (NSNumber & SDLBool)? { get set }
Availability of built in phone. True: Available, False: Not Available
Boolean value. Optional.
Since SDL 3.0
@property (readwrite, copy, nonatomic, nullable) NSNumber<SDLBool> *phoneCall;
@NSCopying var phoneCall: (NSNumber & SDLBool)? { get set }
Availability of built in video streaming. True: Available, False: Not Available
Boolean value. Optional.
Since SDL 4.5
@property (readwrite, copy, nonatomic, nullable)
NSNumber<SDLBool> *videoStreaming;
@NSCopying var videoStreaming: (NSNumber & SDLBool)? { get set }
Availability of built in remote control. True: Available, False: Not Available
Boolean value. Optional.
Since SDL 4.5
@property (readwrite, copy, nonatomic, nullable)
NSNumber<SDLBool> *remoteControl;
@NSCopying var remoteControl: (NSNumber & SDLBool)? { get set }
Availability of app services. True: Available, False: Not Available
App services is supported since SDL 5.1. If your connection is 5.1+, you can assume that app services is available even though between v5.1 and v6.0 this parameter is nil
.
Boolean value. Optional.
Since SDL 6.0
@property (readwrite, copy, nonatomic, nullable) NSNumber<SDLBool> *appServices;
@NSCopying var appServices: (NSNumber & SDLBool)? { get set }
Availability of displays. True: Available, False: Not Available
Boolean value. Optional.
Since SDL 6.0
@property (readwrite, copy, nonatomic, nullable) NSNumber<SDLBool> *displays;
@NSCopying var displays: (NSNumber & SDLBool)? { get set }
Availability of seatLocation. True: Available, False: Not Available
Boolean value. Optional.
Since SDL 6.0 *
@property (readwrite, copy, nonatomic, nullable) NSNumber<SDLBool> *seatLocation;
@NSCopying var seatLocation: (NSNumber & SDLBool)? { get set }