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

#import "SDLRPCMessage.h"

#import "SDLComponentVolumeStatus.h"

/**
 * Tire pressure status of a single tire.
 *
 * @since SmartDeviceLink 2.0
 */
@interface SDLSingleTireStatus : SDLRPCStruct

/**
 * @abstract The volume status of a single tire
 */
@property (strong) SDLComponentVolumeStatus status;

@end