summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLControlFramePayloadConstants.h
blob: f95b90ef8906d061a92ccc0777858f9af694fa6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
//  SDLControlFramePayloadConstants.h
//  SmartDeviceLink-iOS
//
//  Created by Joel Fischer on 7/20/17.
//  Copyright © 2017 smartdevicelink. All rights reserved.
//

#import <Foundation/Foundation.h>

extern int32_t const SDLControlFrameInt32NotFound;
extern int64_t const SDLControlFrameInt64NotFound;

extern char *const SDLControlFrameProtocolVersionKey;
extern char *const SDLControlFrameHashIdKey;
extern char *const SDLControlFrameMTUKey;
extern char *const SDLControlFrameRejectedParams;
extern char *const SDLControlFrameVideoProtocolKey;
extern char *const SDLControlFrameVideoCodecKey;
extern char *const SDLControlFrameHeightKey;
extern char *const SDLControlFrameWidthKey;