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


#import "SDLRPCRequest.h"

/**
 * Requests the current list of resident filenames for the registered app. Not
 * supported on First generation SDL vehicles
 * <p>
 *
 * Since <b>SmartDeviceLink 2.0</b>
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLListFiles : SDLRPCRequest

@end

NS_ASSUME_NONNULL_END