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

#import "SDLRPCNotification.h"

#import "SDLTBTState.h"

NS_ASSUME_NONNULL_BEGIN

/**
 Provides applications with notifications specific to the current TBT client status on the module
 */
@interface SDLOnTBTClientState : SDLRPCNotification

/**
 Current State of TBT client
 */
@property (strong, nonatomic) SDLTBTState state;

@end

NS_ASSUME_NONNULL_END