Skip to content

Commit

Permalink
PR issues adding since information
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Gluck committed Sep 18, 2019
1 parent bec18c5 commit 60d39e4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SmartDeviceLink/SDLHMICapabilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,46 @@

NS_ASSUME_NONNULL_BEGIN

/**
Contains information about the HMI capabilities.
Since SDL 3.0
**/
@interface SDLHMICapabilities : SDLRPCStruct

/**
Availability of built in Nav. True: Available, False: Not Available
Boolean value. Optional.
Since SDL 3.0
*/
@property (nullable, copy, nonatomic) NSNumber<SDLBool> *navigation;

/**
Availability of built in phone. True: Available, False: Not Available
Boolean value. Optional.
Since SDL 3.0
*/
@property (nullable, copy, nonatomic) NSNumber<SDLBool> *phoneCall;

/**
Availability of built in video streaming. True: Available, False: Not Available
Boolean value. Optional.
Since SDL 4.5
*/
@property (nullable, copy, nonatomic) NSNumber<SDLBool> *videoStreaming;

/**
Availability of built in remote control. True: Available, False: Not Available
Boolean value. Optional.
Since SDL 4.5
**/
@property (nullable, copy, nonatomic) NSNumber<SDLBool> *remoteControl;

Expand Down

0 comments on commit 60d39e4

Please sign in to comment.