summaryrefslogtreecommitdiff
path: root/src/components/protocol/src/bson_object_keys.cc
blob: 7e1656955f6afb84222e4b31dc5c85fe51fafece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#include <protocol/bson_object_keys.h>

namespace protocol_handler {

namespace strings {

const char* hash_id = "hashId";
const char* protocol_version = "protocolVersion";
const char* mtu = "mtu";
const char* rejected_params = "rejectedParams";
const char* height = "height";
const char* width = "width";
const char* video_protocol = "videoProtocol";
const char* video_codec = "videoCodec";
const char* secondary_transports = "secondaryTransports";
const char* audio_service_transports = "audioServiceTransports";
const char* video_service_transports = "videoServiceTransports";
const char* tcp_ip_address = "tcpIpAddress";
const char* tcp_port = "tcpPort";
const char* reason = "reason";
const char* auth_token = "authToken";
const char* vehicle_make = "make";
const char* vehicle_model = "model";
const char* vehicle_model_year = "modelYear";
const char* vehicle_trim = "trim";
const char* vehicle_system_software_version = "systemSoftwareVersion";
const char* vehicle_system_hardware_version = "systemHardwareVersion";

}  // namespace strings

}  // namespace protocol_handler