Engage Engine API  1.245.9085
Loading...
Searching...
No Matches
EngageSemNames.h
Go to the documentation of this file.
1//
2// Copyright (c) 2024 Rally Tactical Systems, Inc.
3// All rights reserved.
4//
10#ifndef EngageSemNames_h
11#define EngageSemNames_h
12
14#define ENSEM_JSON_OBJECT_NAME "ensem"
15
17#define ENSEM_JSON_FIELD_MESSAGE_TYPE "ty"
18
20#define ENSEM_JSON_FIELD_SEM_ID "i"
21
23#define ENSEM_JSON_FIELD_MAX_OWNERS "x"
24
26#define ENSEM_JSON_FIELD_WAITING_COUNT "w"
27
29#define ENSEM_JSON_FIELD_OWNERS "o"
30
32#define ENSEM_JSON_FIELD_TOKEN_ID "t"
33
35#define ENSEM_JSON_FIELD_OWNER_UNTIL "u"
36
38#define ENSEM_JSON_FIELD_LOCAL_TIMESTAMP "ts"
39
41#define ENSEM_JSON_FIELD_LOCAL_EXPIRATION_TIMESTAMP "es"
42
44#define ENSEM_JSON_FIELD_DURATION_MS "r"
45
47#define ENSEM_JSON_FIELD_PRIORITY "p"
48
50#define ENSEM_JSON_FIELD_SEM_USE "us"
51
53#define ENSEM_JSON_FIELD_SSRC "s"
54
56#define ENSEM_JSON_FIELD_ALIAS "a"
57
59#define ENSEM_JSON_FIELD_DISPLAY_NAME "d"
60
62#define ENSEM_JSON_FIELD_NODE_ID "n"
63
64#endif // EngageSemNames_h