LOM2M  0.8.0
ShortNames.h
Go to the documentation of this file.
1 /*
2  Copyright (c) 2013-2021 LAAS-CNRS (www.laas.fr)
3  7 Colonel Roche 31077 Toulouse - France
4 
5  The use of this source code requires an agreement with the CNRS.
6 
7  Initial Contributors:
8  David Gauchard, Guillaume Garzone, Thierry Monteil.
9 */
10 
11 #ifndef __LOM2M_SHORTNAMES
12 #define __LOM2M_SHORTNAMES
13 
14 #include "Arduino.h"
15 
16 extern const String SUPPORTED_REL_VERSIONS ;
17 extern const String CONTENT_SERIALIZATION ;
18 
20 extern const String ACP ;
22 extern const String ACPA ;
24 extern const String AE ;
26 extern const String AEA ;
28 extern const String CNT ;
30 extern const String CNTA ;
32 extern const String DAC ;
34 extern const String FCNT ;
36 extern const String FCNTA ;
38 extern const String CIN ;
40 extern const String CINA ;
42 extern const String CSE_BASE ;
44 extern const String DELIVERY ;
46 extern const String EVENTCONFIG ;
48 extern const String EXECINSTANCE ;
50 extern const String FANOUTPOINT ;
52 extern const String GROUP ;
54 extern const String GROUPA ;
56 extern const String LOCATIONPOLICY ;
58 extern const String LOCATIONPOLICYA ;
60 extern const String MSSP ;
62 extern const String MGC ;
64 extern const String MGO ;
66 extern const String MGOA ;
68 extern const String NODE ;
70 extern const String NODE_ANNC ;
72 extern const String PCH ;
74 extern const String POLLING_CHANNEL_URI ;
76 extern const String REMOTE_CSE ;
78 extern const String CSRA ;
80 extern const String REQ ;
82 extern const String SCHEDULE ;
84 extern const String SCHA ;
86 extern const String ASAR ;
88 extern const String SVSN ;
90 extern const String STCL ;
92 extern const String STCG ;
94 extern const String SUB ;
95 
96 // Resource attributes short names
98 extern const String RESOURCE_ID ;
100 extern const String RESOURCE_TYPE ;
102 extern const String CREATION_TIME ;
104 extern const String LAST_MODIFIED_TIME ;
106 extern const String PARENT_ID ;
108 extern const String RESOURCE_NAME ;
110 extern const String LABELS ;
112 extern const String EXPIRATION_TIME ;
114 extern const String ANNOUNCE_TO ;
116 extern const String ANNOUNCED_ATTRIBUTE ;
118 extern const String POA ;
120 extern const String NODE_LINK ;
122 extern const String ACP_IDS ;
124 extern const String CHILD_RESOURCE ;
126 extern const String DAC_IDS ;
127 
128 // Attributes for Child Resources
130 extern const String CHILD_RESOURCE_NAME ;
132 extern const String CHILD_RESOURCE_TYPE ;
134 extern const String CHILD_RESOURCE_SPID ;
136 extern const String CHILD_RESOURCE_VALUE ;
137 
138 // Attributes for CSEBase Entity
140 extern const String SRT ;
142 extern const String SN_CSE_ID ;
144 extern const String SN_CSE_TYPE ;
145 
146 // Specific attributes for AccessControlPolicy Entity
148 extern const String PRIVILEGES ;
150 extern const String SELF_PRIVILEGES ;
152 extern const String ACR ;
154 extern const String ACOR ;
156 extern const String ACOP ;
158 extern const String ACCO ;
160 extern const String ACTW ;
162 extern const String ACIP ;
164 extern const String IPV4 ;
166 extern const String IPV6 ;
168 extern const String ACLR ;
170 extern const String ACCC ;
172 extern const String ACCR ;
174 extern const String ACAF ;
175 
176 // Attributes for Application Entity
178 extern const String APP_NAME ;
180 extern const String APP_ID ;
182 extern const String AE_ID ;
184 extern const String ONTOLOGY_REF ;
185 
186 // Attributes for Container Entity
188 extern const String CREATOR ;
190 extern const String STATETAG ;
192 extern const String MAX_NR_OF_INSTANCES ;
194 extern const String MAX_BYTE_SIZE ;
196 extern const String MAX_INSTANCE_AGE ;
198 extern const String CURRENT_BYTE_SIZE ;
200 extern const String LOCATION_ID ;
202 extern const String LATEST ;
204 extern const String OLDEST ;
206 extern const String CURRENT_NUMBER_OF_INSTANCES ;
208 extern const String DISABLE_RETRIEVAL ;
209 
210 // Attributes for FlexContainerEntity
212 extern const String CONTAINER_DEFINITION ;
213 
214 // Attributes for Content Instance
216 extern const String CONTENT_SIZE ;
218 extern const String CONTENT_INFO ;
220 extern const String CONTENT ;
222 extern const String EXPIRATION_COUNTER ;
223 
224 extern const String NOTIFICATION_URI ;
225 extern const String NOTIFICATION_FORWARDING_URI ;
227 extern const String TYPE ;
228 
229 // specific attributes for Group resource
231 extern const String MEMBER_TYPE ;
233 extern const String CURRENT_NUM_MEMBERS ;
235 extern const String MAX_NUM_MEMBERS ;
237 extern const String MEMBER_ID ;
239 extern const String MEMBER_ACP_ID ;
241 extern const String MEMBER_TYPE_VALIDATED ;
243 extern const String CONSISTENCY_STRATEGY ;
245 extern const String GROUP_NAME ;
246 
247 // Specific attributes for remoteCSE resource
249 extern const String M2M_EXT_ID ;
250 extern const String TRIGGER_RECIPIENT_ID ;
251 extern const String REQUEST_REACHABILITY ;
252 extern const String REMOTE_CSE_CSEBASE ;
253 extern const String SN_DESCENDANT_CSE ;
254 
255 // Specific attributes for Subscription resource
257 extern const String EVENT_NOTIFICATION_CRITERIA ;
259 extern const String GROUP_ID ;
261 extern const String BATCH_NOTIFY ;
263 extern const String RATE_LIMIT ;
265 extern const String PRE_SUBSCRIPTION_NOTIFY ;
267 extern const String PENDING_NOTIFICATION ;
269 extern const String NOTIFICATION_STORAGE_PRIORITY ;
271 extern const String LATEST_NOTIFY ;
273 extern const String NOTIFICATION_CONTENT_TYPE ;
275 extern const String NOTIFICATION_EVENT_CAT ;
276 extern const String NOTIFICATION_EVENT_TYPE;
278 extern const String SUBSCRIBER_URI ;
279 
280 // attributes for rate limit
282 extern const String MAX_NR_OF_NOTIFY ;
284 extern const String TIME_WINDOW ;
285 
286 // attributes for Schedule
288 extern const String SCHEDULE_ELEMENT ;
290 extern const String SCHEDULE_ENTRY ;
291 
292 // attributes for announced resource
293 extern const String LINK ;
294 extern const String AE_ANNC ;
295 extern const String CNT_ANNC ;
296 
297 // attributes for request resource
298 extern const String OPERATION ;
299 extern const String TO ;
300 extern const String FROM ;
301 extern const String NAME ;
302 extern const String REQUEST_CONTENT ;
303 extern const String ORIGINATING_TIMESTAMP ;
304 extern const String REQUEST_EXPIRATION_TIMESTAMP ;
305 extern const String RESULT_EXPIRATION_TIMESTAMP ;
306 extern const String OPERATION_EXECUTION_TIME ;
307 extern const String RESPONSE_TYPE ;
308 extern const String RESULT_PERSISTENCE ;
309 extern const String RESULT_CONTENT ;
310 extern const String EVENT_CATEGORY ;
311 extern const String DELIVERY_AGGREGATION ;
312 extern const String GROUP_REQUEST_IDENTIFIER ;
313 extern const String FILTER_CRITERIA ;
314 extern const String CREATED_BEFORE ;
315 extern const String CREATED_AFTER ;
316 extern const String MODIFIED_SINCE ;
317 extern const String UNMODIFIED_SINCE ;
318 extern const String STATETAG_SMALLER ;
319 extern const String STATETAG_BIGGER ;
320 extern const String EXPIRE_BEFORE ;
321 extern const String EXPIRE_AFTER ;
322 extern const String FILTER_RESOURCETYPE ;
323 extern const String CONTENT_TYPE ;
324 extern const String LIMIT ;
325 extern const String LEVEL ;
326 extern const String OFFSET ;
327 extern const String ATTRIBUTE ;
328 extern const String FILTER_USAGE ;
329 extern const String DISCOVERY_RESULT_TYPE ;
330 extern const String RESPONSE_STATUS_CODE ;
331 extern const String ORIGINATOR ;
332 extern const String META_INFORMATION ;
333 extern const String REQUEST_STATUS ;
334 extern const String OPERATION_RESULT ;
335 extern const String REQUEST_OPERATION ;
336 extern const String REQUEST_ID ;
337 extern const String TARGET ;
338 extern const String EVENT_CAT_TYPE ;
339 extern const String EVENT_CAT_NO ;
340 extern const String PRIMITIVE_CONTENT ;
341 extern const String RELEASE_VERSION_INDICATOR ;
342 extern const String AUTHORIZATION_SIGNATURE_REQUEST_INFO ;
343 extern const String AUTHORIZATION_SIGNATURE_INDICATOR ;
344 extern const String AUTHORIZATION_RELATIONSHIP_INDICATOR ;
345 extern const String VENDOR_INFO ;
346 extern const String CONTENT_OFFSET ;
347 extern const String CONTENT_STATUS ;
348 extern const String SEMANTIC_QUERY_INDICATOR ;
349 extern const String SEMANTICS_FILTER ;
350 extern const String FILTER_OPERATION ;
351 extern const String CONTENT_FILTER_SYNTAX ;
352 extern const String CONTENT_FILTER_QUERY ;
353 
354 
355 // attributes for filter criteria
356 extern const String SIZE_ABOVE ;
357 extern const String SIZE_BELOW ;
358 
359 // Attributes for Event Notification Criteria
360 extern const String OPERATION_MONITOR ;
361 extern const String RESOURCE_STATUS ;
362 
363 // Attributes for Batch Notify
364 extern const String NUMBER ;
365 extern const String DURATION ;
366 
367 // Attributes for Notification
368 extern const String NOTIFICATION ;
369 extern const String NOTIFICATION_EVENT ;
370 extern const String VERIFICATION_REQUEST ;
371 extern const String SUBSCRIPTION_DELETION ;
372 extern const String SUBSCRIPTION_REFERENCE ;
373 
374 // Attribute for Notification Event
375 extern const String REPRESENTATION ;
376 
377 // Attributes for OperationMonitor
378 extern const String OM_OPERATION ;
379 extern const String OM_ORIGINATOR ;
380 
381 extern const String AGGREGATED_RESPONSE ;
382 extern const String RESPONSE_PRIMITIVE ;
383 extern const String REQUEST_PRIMITIVE ;
384 extern const String REQUEST_IDENTIFIER ;
385 
386 // Attributes for Node
387 extern const String NODE_ID ;
388 extern const String HOSTED_CSE_LINK ;
389 extern const String HOSTED_SRV_LINK ;
390 
391 // Short names for mgmt objects generic attributes
392 extern const String DESCRIPTION ;
393 extern const String MGMT_DEF ;
394 extern const String OBJ_IDS ;
395 extern const String OBJ_PATHS ;
396 
397 // Short names for mgmt objects specialization
398 extern const String AREA_NWK_DEVICE_INFO ;
399 extern const String AREA_NWK_INFO ;
400 extern const String BATTERY ;
401 extern const String DEVICE_CAPABILITY ;
402 extern const String DEVICE_INFO ;
403 extern const String EVENT_LOG ;
404 extern const String FIRMWARE ;
405 extern const String MEMORY ;
406 extern const String REBOOT ;
407 extern const String SOFTWARE ;
408 
409 extern const String AREA_NWK_DEVICE_INFO_ANNC ;
410 extern const String AREA_NWK_INFO_ANNC ;
411 extern const String BATTERY_ANNC ;
412 extern const String DEVICE_CAPABILITY_ANNC ;
413 extern const String DEVICE_INFO_ANNC ;
414 extern const String EVENT_LOG_ANNC ;
415 extern const String FIRMWARE_ANNC ;
416 extern const String MEMORY_ANNC ;
417 extern const String REBOOT_ANNC ;
418 extern const String SOFTWARE_ANNC ;
419 
420 extern const String ACTIVE_CMDH_POLICY ;
421 extern const String CMDH_POLICY ;
422 extern const String CMDH_DEFAULTS ;
423 extern const String CMDH_DEF_EC_VALUE ;
424 extern const String CMDH_EC_DEF_PARAM_VALUES ;
425 extern const String CMDH_LIMITS ;
426 extern const String CMDH_NETWORK_ACCESS_RULES ;
427 extern const String CMDH_NW_ACCESS_RULE ;
428 extern const String CMDH_BUFFER ;
429 
430 // Short names for Custom Attributes
431 extern const String CUSTOM_ATTRIBUTE_NAME ;
432 extern const String CUSTOM_ATTRIBUTE_TYPE ;
433 extern const String CUSTOM_ATTRIBUTE_VALUE ;
434 
435 // short names for area nwk info
436 extern const String AREA_NWK_TYPE ;
437 extern const String LIST_DEVICES ;
438 
439 // short names for area nwk device info
440 extern const String SN_STATUS ;
441 extern const String DEV_ID ;
442 extern const String DEV_TYPE ;
443 extern const String AREA_NWK_ID ;
444 extern const String SLEEP_INTERVAL ;
445 extern const String SLEEP_DURATION ;
446 extern const String LIST_OF_NEIGHBORS ;
447 
448 // short names for device info
449 extern const String DEVICE_LABEL ;
450 extern const String DEVICE_TYPE ;
451 extern const String DEVICE_MODEL ;
452 extern const String MANUFACTURER ;
453 extern const String FW_VERSION ;
454 extern const String SW_VERSION ;
455 extern const String HW_VERSION ;
456 extern const String OS_VERSION ;
457 extern const String MANUF_DET_LINKS ;
458 extern const String MANUF_DATE ;
459 extern const String DEVICE_SUB_MODEL ;
460 extern const String DEVICE_NAME ;
461 extern const String COUNTRY ;
462 extern const String LOCATION ;
463 extern const String SYS_TIME ;
464 extern const String SUPPORT_URL ;
465 extern const String PRES_URL ;
466 extern const String PROTOCOL ;
467 
468 // short names for battery
469 extern const String BATTERY_LEVEL ;
470 extern const String BATTERY_STATUS ;
471 
472 // short name for URI List
473 extern const String URI_LIST ;
474 
475 // short names for DynamicAuthorizationConsultation
476 extern const String DYNAMIC_AUTHORIZATION_ENABLED ;
477 extern const String DYNAMIC_AUTHORIZATION_PoA ;
478 extern const String DYNAMIC_AUTHORIZATION_LIFETIME ;
479 
480 // short names for DynAuthDasRequest
481 extern const String TARGETED_RESOURCE_TYPE ;
482 extern const String TARGETED_RESOURCE_ID ;
483 extern const String ORIGINATOR_IP ;
484 extern const String ORIGINATOR_LOCATION ;
485 extern const String ORIGINATOR_ROLE_IDS ;
486 extern const String REQUEST_TIMESTAMP ;
487 extern const String PROPOSED_PRIVILEDGES_LIFETIME ;
488 extern const String ROLE_IDS_FROM_ACPS ;
489 extern const String TOKEN_IDS ;
490 
491 // short names for DynamicAuthTokenReqInfo
492 extern const String DYNAMIC_AUTHORIZATION_TOKEN_REQ_INFO ;
493 extern const String TOKEN_REQ_INFO ;
494 extern const String DAS_INFO ;
495 extern const String URI ;
496 extern const String DAS_REQUEST ;
497 
498 #endif
const String BATCH_NOTIFY
Definition: ShortNames.cpp:257
const String REQUEST_TIMESTAMP
Definition: ShortNames.cpp:481
const String VENDOR_INFO
Definition: ShortNames.cpp:337
const String CMDH_DEF_EC_VALUE
Definition: ShortNames.cpp:418
const String SYS_TIME
Definition: ShortNames.cpp:458
const String ACAF
Definition: ShortNames.cpp:171
const String RESULT_PERSISTENCE
Definition: ShortNames.cpp:304
const String SUB
Definition: ShortNames.cpp:91
const String CONSISTENCY_STRATEGY
Definition: ShortNames.cpp:239
const String NOTIFICATION_EVENT_CAT
Definition: ShortNames.cpp:271
const String ACR
Definition: ShortNames.cpp:149
const String AUTHORIZATION_SIGNATURE_INDICATOR
Definition: ShortNames.cpp:341
const String SEMANTICS_FILTER
Definition: ShortNames.cpp:344
const String CURRENT_NUMBER_OF_INSTANCES
Definition: ShortNames.cpp:203
const String BATTERY_STATUS
Definition: ShortNames.cpp:465
const String CMDH_NETWORK_ACCESS_RULES
Definition: ShortNames.cpp:421
const String CNTA
Definition: ShortNames.cpp:27
const String PROTOCOL
Definition: ShortNames.cpp:461
const String STCL
Definition: ShortNames.cpp:87
const String HOSTED_SRV_LINK
Definition: ShortNames.cpp:384
const String CREATION_TIME
Definition: ShortNames.cpp:99
const String M2M_EXT_ID
Definition: ShortNames.cpp:245
const String CMDH_DEFAULTS
Definition: ShortNames.cpp:417
const String DEVICE_INFO_ANNC
Definition: ShortNames.cpp:408
const String REQ
Definition: ShortNames.cpp:77
const String OPERATION_RESULT
Definition: ShortNames.cpp:330
const String IPV6
Definition: ShortNames.cpp:163
const String MSSP
Definition: ShortNames.cpp:57
const String RESOURCE_NAME
Definition: ShortNames.cpp:105
const String SIZE_ABOVE
Definition: ShortNames.cpp:351
const String STATETAG
Definition: ShortNames.cpp:187
const String SN_STATUS
Definition: ShortNames.cpp:435
const String DEVICE_SUB_MODEL
Definition: ShortNames.cpp:454
const String NOTIFICATION_EVENT
Definition: ShortNames.cpp:364
const String FILTER_USAGE
Definition: ShortNames.cpp:324
const String DEVICE_CAPABILITY_ANNC
Definition: ShortNames.cpp:407
const String OBJ_PATHS
Definition: ShortNames.cpp:390
const String STATETAG_BIGGER
Definition: ShortNames.cpp:315
const String SW_VERSION
Definition: ShortNames.cpp:449
const String SUPPORTED_REL_VERSIONS
Definition: ShortNames.cpp:13
const String DYNAMIC_AUTHORIZATION_PoA
Definition: ShortNames.cpp:472
const String MEMBER_ID
Definition: ShortNames.cpp:233
const String REBOOT
Definition: ShortNames.cpp:401
const String PRIMITIVE_CONTENT
Definition: ShortNames.cpp:298
const String REQUEST_CONTENT
const String DEVICE_LABEL
Definition: ShortNames.cpp:444
const String PRES_URL
Definition: ShortNames.cpp:460
const String MAX_INSTANCE_AGE
Definition: ShortNames.cpp:193
const String LAST_MODIFIED_TIME
Definition: ShortNames.cpp:101
const String NODE
Definition: ShortNames.cpp:65
const String ACP
Definition: ShortNames.cpp:17
const String CUSTOM_ATTRIBUTE_VALUE
Definition: ShortNames.cpp:428
const String AUTHORIZATION_SIGNATURE_REQUEST_INFO
Definition: ShortNames.cpp:336
const String OPERATION_MONITOR
Definition: ShortNames.cpp:355
const String GROUP_REQUEST_IDENTIFIER
Definition: ShortNames.cpp:308
const String NODE_LINK
Definition: ShortNames.cpp:117
const String NOTIFICATION_FORWARDING_URI
Definition: ShortNames.cpp:222
const String FCNTA
Definition: ShortNames.cpp:33
const String EVENT_LOG
Definition: ShortNames.cpp:398
const String FANOUTPOINT
Definition: ShortNames.cpp:47
const String TYPE
Definition: ShortNames.cpp:223
const String RESPONSE_PRIMITIVE
Definition: ShortNames.cpp:377
const String ORIGINATOR_LOCATION
Definition: ShortNames.cpp:479
const String ORIGINATOR
Definition: ShortNames.cpp:327
const String HOSTED_CSE_LINK
Definition: ShortNames.cpp:383
const String TOKEN_REQ_INFO
Definition: ShortNames.cpp:488
const String LIST_DEVICES
Definition: ShortNames.cpp:432
const String ACCR
Definition: ShortNames.cpp:169
const String ROLE_IDS_FROM_ACPS
Definition: ShortNames.cpp:483
const String SLEEP_DURATION
Definition: ShortNames.cpp:440
const String CONTENT_SIZE
Definition: ShortNames.cpp:213
const String EVENT_NOTIFICATION_CRITERIA
Definition: ShortNames.cpp:253
const String SCHEDULE_ENTRY
Definition: ShortNames.cpp:286
const String REQUEST_OPERATION
Definition: ShortNames.cpp:331
const String OFFSET
Definition: ShortNames.cpp:322
const String CMDH_POLICY
Definition: ShortNames.cpp:416
const String RESULT_EXPIRATION_TIMESTAMP
Definition: ShortNames.cpp:301
const String TIME_WINDOW
Definition: ShortNames.cpp:280
const String SVSN
Definition: ShortNames.cpp:85
const String AGGREGATED_RESPONSE
Definition: ShortNames.cpp:376
const String PENDING_NOTIFICATION
Definition: ShortNames.cpp:263
const String CMDH_BUFFER
Definition: ShortNames.cpp:423
const String STCG
Definition: ShortNames.cpp:89
const String CREATOR
Definition: ShortNames.cpp:185
const String MAX_NUM_MEMBERS
Definition: ShortNames.cpp:231
const String CREATED_BEFORE
Definition: ShortNames.cpp:310
const String AREA_NWK_ID
Definition: ShortNames.cpp:438
const String SCHEDULE
Definition: ShortNames.cpp:79
const String OM_ORIGINATOR
Definition: ShortNames.cpp:374
const String ACLR
Definition: ShortNames.cpp:165
const String AE_ANNC
Definition: ShortNames.cpp:290
const String DURATION
Definition: ShortNames.cpp:360
const String MODIFIED_SINCE
Definition: ShortNames.cpp:312
const String MEMBER_ACP_ID
Definition: ShortNames.cpp:235
const String EXPIRATION_TIME
Definition: ShortNames.cpp:109
const String AREA_NWK_INFO_ANNC
Definition: ShortNames.cpp:405
const String REMOTE_CSE_CSEBASE
Definition: ShortNames.cpp:248
const String CONTENT
Definition: ShortNames.cpp:217
const String CONTENT_OFFSET
Definition: ShortNames.cpp:338
const String EVENT_CAT_NO
Definition: ShortNames.cpp:335
const String FROM
Definition: ShortNames.cpp:296
const String RESOURCE_TYPE
Definition: ShortNames.cpp:97
const String NAME
Definition: ShortNames.cpp:297
const String MEMBER_TYPE_VALIDATED
Definition: ShortNames.cpp:237
const String BATTERY
Definition: ShortNames.cpp:395
const String DAC_IDS
Definition: ShortNames.cpp:123
const String CMDH_EC_DEF_PARAM_VALUES
Definition: ShortNames.cpp:419
const String MEMBER_TYPE
Definition: ShortNames.cpp:227
const String ORIGINATOR_IP
Definition: ShortNames.cpp:478
const String MGOA
Definition: ShortNames.cpp:63
const String CONTAINER_DEFINITION
Definition: ShortNames.cpp:209
const String LATEST_NOTIFY
Definition: ShortNames.cpp:267
const String TO
Definition: ShortNames.cpp:295
const String DAS_INFO
Definition: ShortNames.cpp:489
const String CNT
Definition: ShortNames.cpp:25
const String LIMIT
Definition: ShortNames.cpp:320
const String HW_VERSION
Definition: ShortNames.cpp:450
const String AREA_NWK_DEVICE_INFO
Definition: ShortNames.cpp:393
const String REQUEST_IDENTIFIER
Definition: ShortNames.cpp:379
const String PROPOSED_PRIVILEDGES_LIFETIME
Definition: ShortNames.cpp:482
const String DEVICE_INFO
Definition: ShortNames.cpp:397
const String REQUEST_REACHABILITY
Definition: ShortNames.cpp:247
const String REQUEST_ID
Definition: ShortNames.cpp:332
const String REQUEST_PRIMITIVE
Definition: ShortNames.cpp:378
const String EVENTCONFIG
Definition: ShortNames.cpp:43
const String APP_ID
Definition: ShortNames.cpp:177
const String LOCATION
Definition: ShortNames.cpp:457
const String CONTENT_STATUS
Definition: ShortNames.cpp:339
const String MANUF_DATE
Definition: ShortNames.cpp:453
const String REBOOT_ANNC
Definition: ShortNames.cpp:412
const String CHILD_RESOURCE
Definition: ShortNames.cpp:121
const String RELEASE_VERSION_INDICATOR
Definition: ShortNames.cpp:340
const String CONTENT_FILTER_QUERY
Definition: ShortNames.cpp:347
const String DEVICE_MODEL
Definition: ShortNames.cpp:446
const String DEVICE_NAME
Definition: ShortNames.cpp:455
const String TARGETED_RESOURCE_ID
Definition: ShortNames.cpp:477
const String FILTER_OPERATION
Definition: ShortNames.cpp:345
const String CINA
Definition: ShortNames.cpp:37
const String AREA_NWK_DEVICE_INFO_ANNC
Definition: ShortNames.cpp:404
const String EVENT_LOG_ANNC
Definition: ShortNames.cpp:409
const String STATETAG_SMALLER
Definition: ShortNames.cpp:314
const String APP_NAME
Definition: ShortNames.cpp:175
const String BATTERY_ANNC
Definition: ShortNames.cpp:406
const String MAX_NR_OF_INSTANCES
Definition: ShortNames.cpp:189
const String OM_OPERATION
Definition: ShortNames.cpp:373
const String CREATED_AFTER
Definition: ShortNames.cpp:311
const String ONTOLOGY_REF
Definition: ShortNames.cpp:181
const String NOTIFICATION
Definition: ShortNames.cpp:363
const String SN_DESCENDANT_CSE
Definition: ShortNames.cpp:249
const String SELF_PRIVILEGES
Definition: ShortNames.cpp:147
const String CUSTOM_ATTRIBUTE_TYPE
Definition: ShortNames.cpp:427
const String MGMT_DEF
Definition: ShortNames.cpp:388
const String MGO
Definition: ShortNames.cpp:61
const String EXPIRATION_COUNTER
Definition: ShortNames.cpp:219
const String DISCOVERY_RESULT_TYPE
Definition: ShortNames.cpp:325
const String POLLING_CHANNEL_URI
Definition: ShortNames.cpp:71
const String GROUP_ID
Definition: ShortNames.cpp:255
const String CONTENT_SERIALIZATION
Definition: ShortNames.cpp:14
const String POA
Definition: ShortNames.cpp:115
const String ACOR
Definition: ShortNames.cpp:151
const String CURRENT_NUM_MEMBERS
Definition: ShortNames.cpp:229
const String SCHEDULE_ELEMENT
Definition: ShortNames.cpp:284
const String CONTENT_INFO
Definition: ShortNames.cpp:215
const String DEV_ID
Definition: ShortNames.cpp:436
const String LATEST
Definition: ShortNames.cpp:199
const String EXPIRE_AFTER
Definition: ShortNames.cpp:317
const String LEVEL
Definition: ShortNames.cpp:321
const String AE_ID
Definition: ShortNames.cpp:179
const String DESCRIPTION
Definition: ShortNames.cpp:387
const String AEA
Definition: ShortNames.cpp:23
const String CHILD_RESOURCE_SPID
Definition: ShortNames.cpp:131
const String OLDEST
Definition: ShortNames.cpp:201
const String CHILD_RESOURCE_NAME
Definition: ShortNames.cpp:127
const String MEMORY
Definition: ShortNames.cpp:400
const String DEVICE_CAPABILITY
Definition: ShortNames.cpp:396
const String SUBSCRIBER_URI
Definition: ShortNames.cpp:274
const String RESPONSE_STATUS_CODE
Definition: ShortNames.cpp:326
const String LABELS
Definition: ShortNames.cpp:107
const String RESOURCE_STATUS
Definition: ShortNames.cpp:356
const String CMDH_NW_ACCESS_RULE
Definition: ShortNames.cpp:422
const String OPERATION_EXECUTION_TIME
Definition: ShortNames.cpp:302
const String PARENT_ID
Definition: ShortNames.cpp:103
const String TARGETED_RESOURCE_TYPE
Definition: ShortNames.cpp:476
const String CHILD_RESOURCE_TYPE
Definition: ShortNames.cpp:129
const String ORIGINATING_TIMESTAMP
Definition: ShortNames.cpp:299
const String RATE_LIMIT
Definition: ShortNames.cpp:259
const String LOCATION_ID
Definition: ShortNames.cpp:197
const String ACCC
Definition: ShortNames.cpp:167
const String OBJ_IDS
Definition: ShortNames.cpp:389
const String LIST_OF_NEIGHBORS
Definition: ShortNames.cpp:441
const String RESOURCE_ID
Definition: ShortNames.cpp:95
const String CURRENT_BYTE_SIZE
Definition: ShortNames.cpp:195
const String FILTER_RESOURCETYPE
Definition: ShortNames.cpp:318
const String PRIVILEGES
Definition: ShortNames.cpp:145
const String SEMANTIC_QUERY_INDICATOR
Definition: ShortNames.cpp:343
const String DELIVERY
Definition: ShortNames.cpp:41
const String NODE_ID
Definition: ShortNames.cpp:382
const String NUMBER
Definition: ShortNames.cpp:359
const String CONTENT_FILTER_SYNTAX
Definition: ShortNames.cpp:346
const String IPV4
Definition: ShortNames.cpp:161
const String ACP_IDS
Definition: ShortNames.cpp:119
const String DYNAMIC_AUTHORIZATION_ENABLED
Definition: ShortNames.cpp:471
const String URI_LIST
Definition: ShortNames.cpp:468
const String NOTIFICATION_URI
Definition: ShortNames.cpp:221
const String GROUPA
Definition: ShortNames.cpp:51
const String CUSTOM_ATTRIBUTE_NAME
Definition: ShortNames.cpp:426
const String SUBSCRIPTION_REFERENCE
Definition: ShortNames.cpp:367
const String TARGET
Definition: ShortNames.cpp:333
const String DYNAMIC_AUTHORIZATION_TOKEN_REQ_INFO
Definition: ShortNames.cpp:487
const String CIN
Definition: ShortNames.cpp:35
const String RESPONSE_TYPE
Definition: ShortNames.cpp:303
const String EXECINSTANCE
Definition: ShortNames.cpp:45
const String PRE_SUBSCRIPTION_NOTIFY
Definition: ShortNames.cpp:261
const String ATTRIBUTE
Definition: ShortNames.cpp:323
const String VERIFICATION_REQUEST
Definition: ShortNames.cpp:365
const String MGC
Definition: ShortNames.cpp:59
const String GROUP
Definition: ShortNames.cpp:49
const String AREA_NWK_INFO
Definition: ShortNames.cpp:394
const String TRIGGER_RECIPIENT_ID
Definition: ShortNames.cpp:246
const String FIRMWARE
Definition: ShortNames.cpp:399
const String MEMORY_ANNC
Definition: ShortNames.cpp:411
const String ANNOUNCED_ATTRIBUTE
Definition: ShortNames.cpp:113
const String LOCATIONPOLICYA
Definition: ShortNames.cpp:55
const String CMDH_LIMITS
Definition: ShortNames.cpp:420
const String CSE_BASE
Definition: ShortNames.cpp:39
const String CONTENT_TYPE
Definition: ShortNames.cpp:319
const String MAX_NR_OF_NOTIFY
Definition: ShortNames.cpp:278
const String CNT_ANNC
Definition: ShortNames.cpp:291
const String ORIGINATOR_ROLE_IDS
Definition: ShortNames.cpp:480
const String SCHA
Definition: ShortNames.cpp:81
const String OS_VERSION
Definition: ShortNames.cpp:451
const String SLEEP_INTERVAL
Definition: ShortNames.cpp:439
const String ANNOUNCE_TO
Definition: ShortNames.cpp:111
const String NOTIFICATION_CONTENT_TYPE
Definition: ShortNames.cpp:269
const String AUTHORIZATION_RELATIONSHIP_INDICATOR
Definition: ShortNames.cpp:342
const String DEVICE_TYPE
Definition: ShortNames.cpp:445
const String DISABLE_RETRIEVAL
Definition: ShortNames.cpp:205
const String UNMODIFIED_SINCE
Definition: ShortNames.cpp:313
const String NOTIFICATION_EVENT_TYPE
Definition: ShortNames.cpp:272
const String ASAR
Definition: ShortNames.cpp:83
const String PCH
Definition: ShortNames.cpp:69
const String SN_CSE_ID
Definition: ShortNames.cpp:139
const String META_INFORMATION
Definition: ShortNames.cpp:328
const String SRT
Definition: ShortNames.cpp:137
const String CSRA
Definition: ShortNames.cpp:75
const String GROUP_NAME
Definition: ShortNames.cpp:241
const String ACTW
Definition: ShortNames.cpp:157
const String BATTERY_LEVEL
Definition: ShortNames.cpp:464
const String DELIVERY_AGGREGATION
Definition: ShortNames.cpp:307
const String DEV_TYPE
Definition: ShortNames.cpp:437
const String REPRESENTATION
Definition: ShortNames.cpp:370
const String COUNTRY
Definition: ShortNames.cpp:456
const String DAC
Definition: ShortNames.cpp:29
const String ACCO
Definition: ShortNames.cpp:155
const String REQUEST_STATUS
Definition: ShortNames.cpp:329
const String AREA_NWK_TYPE
Definition: ShortNames.cpp:431
const String AE
Definition: ShortNames.cpp:21
const String URI
Definition: ShortNames.cpp:490
const String SOFTWARE
Definition: ShortNames.cpp:402
const String EVENT_CATEGORY
Definition: ShortNames.cpp:306
const String DYNAMIC_AUTHORIZATION_LIFETIME
Definition: ShortNames.cpp:473
const String ACPA
Definition: ShortNames.cpp:19
const String EXPIRE_BEFORE
Definition: ShortNames.cpp:316
const String MAX_BYTE_SIZE
Definition: ShortNames.cpp:191
const String REMOTE_CSE
Definition: ShortNames.cpp:73
const String SIZE_BELOW
Definition: ShortNames.cpp:352
const String LOCATIONPOLICY
Definition: ShortNames.cpp:53
const String RESULT_CONTENT
Definition: ShortNames.cpp:305
const String NODE_ANNC
Definition: ShortNames.cpp:67
const String ACTIVE_CMDH_POLICY
Definition: ShortNames.cpp:415
const String DAS_REQUEST
Definition: ShortNames.cpp:491
const String CHILD_RESOURCE_VALUE
Definition: ShortNames.cpp:133
const String LINK
Definition: ShortNames.cpp:289
const String FW_VERSION
Definition: ShortNames.cpp:448
const String SUPPORT_URL
Definition: ShortNames.cpp:459
const String SN_CSE_TYPE
Definition: ShortNames.cpp:141
const String EVENT_CAT_TYPE
Definition: ShortNames.cpp:334
const String SOFTWARE_ANNC
Definition: ShortNames.cpp:413
const String FCNT
Definition: ShortNames.cpp:31
const String OPERATION
Definition: ShortNames.cpp:294
const String TOKEN_IDS
Definition: ShortNames.cpp:484
const String FILTER_CRITERIA
Definition: ShortNames.cpp:309
const String MANUFACTURER
Definition: ShortNames.cpp:447
const String REQUEST_EXPIRATION_TIMESTAMP
Definition: ShortNames.cpp:300
const String SUBSCRIPTION_DELETION
Definition: ShortNames.cpp:366
const String ACIP
Definition: ShortNames.cpp:159
const String NOTIFICATION_STORAGE_PRIORITY
Definition: ShortNames.cpp:265
const String FIRMWARE_ANNC
Definition: ShortNames.cpp:410
const String MANUF_DET_LINKS
Definition: ShortNames.cpp:452
const String ACOP
Definition: ShortNames.cpp:153