summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeviceInfo.h
blob: 1e34434a0966597e0756d670596b4c3c53783a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//  SDLDeviceInfo.h
//

#import "SDLRPCMessage.h"


@interface SDLDeviceInfo : SDLRPCStruct

+ (instancetype)currentDevice;

@property (strong) NSString *hardware;
@property (strong) NSString *firmwareRev;
@property (strong) NSString *os;
@property (strong) NSString *osVersion;
@property (strong) NSString *carrier;
@property (strong) NSNumber<SDLInt> *maxNumberRFCOMMPorts;

@end