summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGenericResponse.h
blob: 61e1f2c8da6474a7ab05906f4fb46bc2f0b9ad7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//  SDLGenericResponse.h
//


#import "SDLRPCResponse.h"

/**
 * Generic Response is sent, when the name of a received msg cannot be
 * retrieved. Only used in case of an error. Currently, only resultCode
 * INVALID_DATA is used.
 */
@interface SDLGenericResponse : SDLRPCResponse

@end