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

#import "SDLControlFramePayloadConstants.h"

int32_t const SDLControlFrameInt32NotFound = -1;
int64_t const SDLControlFrameInt64NotFound = -1;

char *const SDLControlFrameProtocolVersionKey = "protocolVersion";
char *const SDLControlFrameHashIdKey = "hashId";
char *const SDLControlFrameMTUKey = "mtu";
char *const SDLControlFrameRejectedParams = "rejectedParams";
char *const SDLControlFrameVideoProtocolKey = "videoProtocol";
char *const SDLControlFrameVideoCodecKey = "videoCodec";
char *const SDLControlFrameHeightKey = "height";
char *const SDLControlFrameWidthKey = "width";