summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSystemCapabilityType.h
blob: 4f335f627d8b0e319d1307c106ff7f9dfd8650e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
//
//  SDLSystemCapabilityType.h
//  SmartDeviceLink-iOS
//
//  Created by Joel Fischer on 7/10/17.
//  Copyright © 2017 smartdevicelink. All rights reserved.
//

#import "SDLEnum.h"

/**
 The type of system capability to get more information on. Used in GetSystemCapability.
 */
typedef SDLEnum SDLSystemCapabilityType SDL_SWIFT_ENUM;

/**
 The app services capability
 */
extern SDLSystemCapabilityType const SDLSystemCapabilityTypeAppServices;

/**
 The navigation capability
 */
extern SDLSystemCapabilityType const SDLSystemCapabilityTypeNavigation;

/**
 The phone call capability
 */
extern SDLSystemCapabilityType const SDLSystemCapabilityTypePhoneCall;

/**
 The video streaming capability
 */
extern SDLSystemCapabilityType const SDLSystemCapabilityTypeVideoStreaming;

/**
 The remote control capability
 */
extern SDLSystemCapabilityType const SDLSystemCapabilityTypeRemoteControl;


/**
 
 */
extern SDLSystemCapabilityType const SDLSystemCapabilityTypeDisplay;