63c9c2380e912365bbf05e0882d9a8da5a728eff
[platform/upstream/iotivity.git] / resource / csdk / stack / include / octypes.h
1 //******************************************************************
2 //
3 // Copyright 2014 Intel Mobile Communications GmbH All Rights Reserved.
4 //
5 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6 //
7 // Licensed under the Apache License, Version 2.0 (the "License");
8 // you may not use this file except in compliance with the License.
9 // You may obtain a copy of the License at
10 //
11 //      http://www.apache.org/licenses/LICENSE-2.0
12 //
13 // Unless required by applicable law or agreed to in writing, software
14 // distributed under the License is distributed on an "AS IS" BASIS,
15 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 // See the License for the specific language governing permissions and
17 // limitations under the License.
18 //
19 //******************************************************************
20
21
22 /**
23  * @file
24  *
25  * This file contains the definition, types and APIs for resource(s) be implemented.
26  */
27
28 #ifndef OCTYPES_H_
29 #define OCTYPES_H_
30
31 #include "platform_features.h"
32 #include "ocstackconfig.h"
33 #include <stdbool.h>
34 #include <stdint.h>
35 #include <stdio.h>
36 #ifdef __cplusplus
37 #include <string.h>
38
39 extern "C" {
40 #endif // __cplusplus
41
42 /** For the feature presence.*/
43 #define WITH_PRESENCE
44
45 #include "ocpresence.h"
46 //-----------------------------------------------------------------------------
47 // Defines
48 //-----------------------------------------------------------------------------
49
50 /**
51  * OIC Virtual resources supported by every OIC device.
52  */
53 /**
54  *  Default discovery mechanism using '/oic/res' is supported by all OIC devices
55  *  That are Discoverable.
56  */
57 #define OC_RSRVD_WELL_KNOWN_URI               "/oic/res"
58
59 /** Device URI.*/
60 #define OC_RSRVD_DEVICE_URI                   "/oic/d"
61
62 /** Platform URI.*/
63 #define OC_RSRVD_PLATFORM_URI                 "/oic/p"
64
65 /** Resource Type.*/
66 #define OC_RSRVD_RESOURCE_TYPES_URI           "/oic/res/types/d"
67 #ifdef ROUTING_GATEWAY
68 /** Gateway URI.*/
69 #define OC_RSRVD_GATEWAY_URI                  "/oic/gateway"
70 #endif
71 #ifdef WITH_PRESENCE
72
73 /** Presence URI through which the OIC devices advertise their presence.*/
74 #define OC_RSRVD_PRESENCE_URI                 "/oic/ad"
75
76 /** Sets the default time to live (TTL) for presence.*/
77 #define OC_DEFAULT_PRESENCE_TTL_SECONDS (60)
78
79 /** For multicast Discovery mechanism.*/
80 #define OC_MULTICAST_DISCOVERY_URI           "/oic/res"
81
82 /** Separator for multiple query string.*/
83 #define OC_QUERY_SEPARATOR                "&;"
84
85 /**
86  *  OC_DEFAULT_PRESENCE_TTL_SECONDS sets the default time to live (TTL) for presence.
87  */
88 #define OC_DEFAULT_PRESENCE_TTL_SECONDS (60)
89
90 /**
91  *  OC_MAX_PRESENCE_TTL_SECONDS sets the maximum time to live (TTL) for presence.
92  *  NOTE: Changing the setting to a longer duration may lead to unsupported and untested
93  *  operation.
94  *  60 sec/min * 60 min/hr * 24 hr/day
95  */
96 #define OC_MAX_PRESENCE_TTL_SECONDS     (60 * 60 * 24)
97 #endif
98
99 /**
100  *  Presence "Announcement Triggers".
101  */
102
103 /** To create.*/
104 #define OC_RSRVD_TRIGGER_CREATE         "create"
105
106 /** To change.*/
107 #define OC_RSRVD_TRIGGER_CHANGE         "change"
108
109 /** To delete.*/
110 #define OC_RSRVD_TRIGGER_DELETE         "delete"
111
112 /**
113  *  Attributes used to form a proper OIC conforming JSON message.
114  */
115
116 #define OC_RSRVD_OC                     "oic"
117
118 /** For payload. */
119
120 #define OC_RSRVD_PAYLOAD                "payload"
121
122 /** To represent href */
123 #define OC_RSRVD_HREF                   "href"
124
125 /** To represent property*/
126 #define OC_RSRVD_PROPERTY               "prop"
127
128 /** For representation.*/
129 #define OC_RSRVD_REPRESENTATION         "rep"
130
131 /** To represent content type.*/
132 #define OC_RSRVD_CONTENT_TYPE           "ct"
133
134 /** To represent resource type.*/
135 #define OC_RSRVD_RESOURCE_TYPE          "rt"
136
137 /** To represent resource type with presence.*/
138 #define OC_RSRVD_RESOURCE_TYPE_PRESENCE "oic.wk.ad"
139
140 /** To represent interface.*/
141 #define OC_RSRVD_INTERFACE              "if"
142
143 /** To represent time to live.*/
144 #define OC_RSRVD_TTL                    "ttl"
145
146 /** To represent non*/
147 #define OC_RSRVD_NONCE                  "non"
148
149 /** To represent trigger type.*/
150 #define OC_RSRVD_TRIGGER                "trg"
151
152 /** To represent links.*/
153 #define OC_RSRVD_LINKS                  "links"
154
155 /** To represent default interface.*/
156 #define OC_RSRVD_INTERFACE_DEFAULT      "oic.if.baseline"
157
158 /** To represent ll interface.*/
159 #define OC_RSRVD_INTERFACE_LL           "oic.if.ll"
160
161 /** To represent batch interface.*/
162 #define OC_RSRVD_INTERFACE_BATCH        "oic.if.b"
163
164 /** To represent interface group.*/
165 #define OC_RSRVD_INTERFACE_GROUP        "oic.mi.grp"
166
167 /** To represent MFG date.*/
168 #define OC_RSRVD_MFG_DATE               "mndt"
169
170 /** To represent FW version.*/
171 #define OC_RSRVD_FW_VERSION             "mnfv"
172
173 /** To represent host name.*/
174 #define OC_RSRVD_HOST_NAME              "hn"
175
176 /** To represent version.*/
177 #define OC_RSRVD_VERSION                "icv"
178
179 /** To represent policy.*/
180 #define OC_RSRVD_POLICY                 "p"
181
182 /** To represent bitmap.*/
183 #define OC_RSRVD_BITMAP                 "bm"
184
185 /** For security.*/
186 #define OC_RSRVD_SECURE                 "sec"
187
188 /** Port. */
189 #define OC_RSRVD_HOSTING_PORT           "port"
190
191 /** For Server instance ID.*/
192 #define OC_RSRVD_SERVER_INSTANCE_ID     "sid"
193
194 /**
195  *  Platform.
196  */
197
198 /** Platform ID. */
199 #define OC_RSRVD_PLATFORM_ID            "pi"
200
201 /** Platform MFG NAME. */
202 #define OC_RSRVD_MFG_NAME               "mnmn"
203
204 /** Platform URL. */
205 #define OC_RSRVD_MFG_URL                "mnml"
206
207 /** Model Number.*/
208 #define OC_RSRVD_MODEL_NUM              "mnmo"
209
210 /** Platform MFG Date.*/
211 #define OC_RSRVD_MFG_DATE               "mndt"
212
213 /** Platform versio.n */
214 #define OC_RSRVD_PLATFORM_VERSION       "mnpv"
215
216 /** Platform Operating system version. */
217 #define OC_RSRVD_OS_VERSION             "mnos"
218
219 /** Platform Hardware version. */
220 #define OC_RSRVD_HARDWARE_VERSION       "mnhw"
221
222 /**Platform Firmware version. */
223 #define OC_RSRVD_FIRMWARE_VERSION       "mnfv"
224
225 /** Support URL for the platform. */
226 #define OC_RSRVD_SUPPORT_URL            "mnsl"
227
228 /** System time for the platform. */
229 #define OC_RSRVD_SYSTEM_TIME             "st"
230
231 /**
232  *  Device.
233  */
234
235 /** Device ID.*/
236 #define OC_RSRVD_DEVICE_ID              "di"
237
238 /** Device Name.*/
239 #define OC_RSRVD_DEVICE_NAME            "n"
240
241 /** Device specification version.*/
242 #define OC_RSRVD_SPEC_VERSION           "lcv"
243
244 /** Device data model.*/
245 #define OC_RSRVD_DATA_MODEL_VERSION     "dmv"
246
247 /** Device specification version.*/
248 #define OC_SPEC_VERSION                "0.9.2"
249
250 /** Device Data Model version.*/
251 #define OC_DATA_MODEL_VERSION          "sec.0.95"
252
253 /**
254  *  These provide backward compatibility - their use is deprecated.
255  */
256 #ifndef GOING_AWAY
257
258 /** Multicast Prefix.*/
259 #define OC_MULTICAST_PREFIX                  "224.0.1.187:5683"
260
261 /** Multicast IP address.*/
262 #define OC_MULTICAST_IP                      "224.0.1.187"
263
264 /** Multicast Port.*/
265 #define OC_MULTICAST_PORT                    5683
266 #endif // GOING_AWAY
267
268 /** Max Device address size. */
269 #ifdef RA_ADAPTER
270 #define MAX_ADDR_STR_SIZE (256)
271 #else
272 #define MAX_ADDR_STR_SIZE (40)
273 #endif
274
275 /** Max identity size. */
276 #define MAX_IDENTITY_SIZE (32)
277
278 /** Resource Directory */
279
280 /** Resource Directory URI used to Discover RD and Publish resources.*/
281 #define OC_RSRVD_RD_URI                  "/oic/rd"
282
283 /** To represent resource type with rd.*/
284 #define OC_RSRVD_RESOURCE_TYPE_RD        "oic.wk.rd"
285
286 /** RD Discovery bias factor type. */
287 #define OC_RSRVD_RD_DISCOVERY_SEL        "sel"
288
289 /** Base URI. */
290 #define OC_RSRVD_BASE_URI                "baseURI"
291
292 /** Unique value per collection/link. */
293 #define OC_RSRVD_INS                     "ins"
294
295 /** Allowable resource types in the links. */
296 #define OC_RSRVD_RTS                     "rts"
297
298 /** Default relationship. */
299 #define OC_RSRVD_DREL                    "drel"
300
301 /** Defines relationship between links. */
302 #define OC_RSRVD_REL                     "rel"
303
304 /** Defines title. */
305 #define OC_RSRVD_TITLE                   "title"
306
307 /** Defines URI. */
308 #define OC_RSRVD_URI                     "uri"
309
310 /** Defines media type. */
311 #define OC_RSRVD_MEDIA_TYPE              "mt"
312
313 /** To represent resource type with Publish RD.*/
314 #define OC_RSRVD_RESOURCE_TYPE_RDPUBLISH "oic.wk.rdPub"
315
316 /**
317  * These enums (OCTransportAdapter and OCTransportFlags) must
318  * be kept synchronized with OCConnectivityType (below) as well as
319  * CATransportAdapter and CATransportFlags (in CACommon.h).
320  */
321 typedef enum
322 {
323     /** value zero indicates discovery.*/
324     OC_DEFAULT_ADAPTER = 0,
325
326     /** IPv4 and IPv6, including 6LoWPAN.*/
327     OC_ADAPTER_IP           = (1 << 0),
328
329     /** GATT over Bluetooth LE.*/
330     OC_ADAPTER_GATT_BTLE    = (1 << 1),
331
332     /** RFCOMM over Bluetooth EDR.*/
333     OC_ADAPTER_RFCOMM_BTEDR = (1 << 2),
334
335 #ifdef RA_ADAPTER
336     /**Remote Access over XMPP.*/
337     OC_ADAPTER_REMOTE_ACCESS = (1 << 3),
338 #endif
339
340 #ifdef TCP_ADAPTER
341     /** CoAP over TCP.*/
342     OC_ADAPTER_TCP           = (1 << 4)
343 #endif
344
345 } OCTransportAdapter;
346
347 /**
348  *  Enum layout assumes some targets have 16-bit integer (e.g., Arduino).
349  */
350 typedef enum
351 {
352     /** default flag is 0*/
353     OC_DEFAULT_FLAGS = 0,
354
355     /** Insecure transport is the default (subject to change).*/
356     /** secure the transport path*/
357     OC_FLAG_SECURE     = (1 << 4),
358
359     /** IPv4 & IPv6 auto-selection is the default.*/
360     /** IP adapter only.*/
361     OC_IP_USE_V6       = (1 << 5),
362
363     /** IP adapter only.*/
364     OC_IP_USE_V4       = (1 << 6),
365
366     /** internal use only.*/
367     OC_RESERVED1       = (1 << 7),   // internal use only
368
369     /** Link-Local multicast is the default multicast scope for IPv6.
370      *  These are placed here to correspond to the IPv6 multicast address bits.*/
371
372     /** IPv6 Interface-Local scope (loopback).*/
373     OC_SCOPE_INTERFACE = 0x1,
374
375     /** IPv6 Link-Local scope (default).*/
376     OC_SCOPE_LINK      = 0x2,
377
378     /** IPv6 Realm-Local scope. */
379     OC_SCOPE_REALM     = 0x3,
380
381     /** IPv6 Admin-Local scope. */
382     OC_SCOPE_ADMIN     = 0x4,
383
384     /** IPv6 Site-Local scope. */
385     OC_SCOPE_SITE      = 0x5,
386
387     /** IPv6 Organization-Local scope. */
388     OC_SCOPE_ORG       = 0x8,
389
390     /**IPv6 Global scope. */
391     OC_SCOPE_GLOBAL    = 0xE,
392
393 } OCTransportFlags;
394
395 /** Bit mask for scope.*/
396 #define OC_MASK_SCOPE    (0x000F)
397
398 /** Bit mask for Mods.*/
399 #define OC_MASK_MODS     (0x0FF0)
400 #define OC_MASK_FAMS     (OC_IP_USE_V6|OC_IP_USE_V4)
401
402 /**
403  * End point identity.
404  */
405 typedef struct
406 {
407     /** Identity Length */
408     uint16_t id_length;
409
410     /** Array of end point identity.*/
411     unsigned char id[MAX_IDENTITY_SIZE];
412 } OCIdentity;
413
414 /**
415  * Data structure to encapsulate IPv4/IPv6/Contiki/lwIP device addresses.
416  * OCDevAddr must be the same as CAEndpoint (in CACommon.h).
417  */
418 typedef struct
419 {
420     /** adapter type.*/
421     OCTransportAdapter      adapter;
422
423     /** transport modifiers.*/
424     OCTransportFlags        flags;
425
426     /** for IP.*/
427     uint16_t                port;
428
429     /** address for all adapters.*/
430     char                    addr[MAX_ADDR_STR_SIZE];
431
432     /** usually zero for default interface.*/
433     uint32_t                interface;
434 #if defined (ROUTING_GATEWAY) || defined (ROUTING_EP)
435     char                    routeData[MAX_ADDR_STR_SIZE]; //destination GatewayID:ClientId
436 #endif
437 } OCDevAddr;
438
439 /**
440  * This enum type includes elements of both ::OCTransportAdapter and ::OCTransportFlags.
441  * It is defined conditionally because the smaller definition limits expandability on 32/64 bit
442  * integer machines, and the larger definition won't fit into an enum on 16-bit integer machines
443  * like Arduino.
444  *
445  * This structure must directly correspond to ::OCTransportAdapter and ::OCTransportFlags.
446  */
447 typedef enum
448 {
449     /** use when defaults are ok. */
450     CT_DEFAULT = 0,
451
452     /** IPv4 and IPv6, including 6LoWPAN.*/
453     CT_ADAPTER_IP           = (1 << 16),
454
455     /** GATT over Bluetooth LE.*/
456     CT_ADAPTER_GATT_BTLE    = (1 << 17),
457
458     /** RFCOMM over Bluetooth EDR.*/
459     CT_ADAPTER_RFCOMM_BTEDR = (1 << 18),
460
461 #ifdef RA_ADAPTER
462     /** Remote Access over XMPP.*/
463     CT_ADAPTER_REMOTE_ACCESS = (1 << 19),
464 #endif
465
466 #ifdef TCP_ADAPTER
467     /** CoAP over TCP.*/
468     CT_ADAPTER_TCP          = (1 << 20),
469 #endif
470
471     /** Insecure transport is the default (subject to change).*/
472
473     /** secure the transport path.*/
474     CT_FLAG_SECURE     = (1 << 4),
475
476     /** IPv4 & IPv6 autoselection is the default.*/
477
478     /** IP adapter only.*/
479     CT_IP_USE_V6       = (1 << 5),
480
481     /** IP adapter only.*/
482     CT_IP_USE_V4       = (1 << 6),
483
484     /** Link-Local multicast is the default multicast scope for IPv6.
485      * These are placed here to correspond to the IPv6 address bits.*/
486
487     /** IPv6 Interface-Local scope(loopback).*/
488     CT_SCOPE_INTERFACE = 0x1,
489
490     /** IPv6 Link-Local scope (default).*/
491     CT_SCOPE_LINK      = 0x2,
492
493     /** IPv6 Realm-Local scope.*/
494     CT_SCOPE_REALM     = 0x3,
495
496     /** IPv6 Admin-Local scope.*/
497     CT_SCOPE_ADMIN     = 0x4,
498
499     /** IPv6 Site-Local scope.*/
500     CT_SCOPE_SITE      = 0x5,
501
502     /** IPv6 Organization-Local scope.*/
503     CT_SCOPE_ORG       = 0x8,
504
505     /** IPv6 Global scope.*/
506     CT_SCOPE_GLOBAL    = 0xE,
507 } OCConnectivityType;
508
509 /** bit shift required for connectivity adapter.*/
510 #define CT_ADAPTER_SHIFT 16
511
512 /** Mask Flag.*/
513 #define CT_MASK_FLAGS 0xFFFF
514
515 /** Mask Adapter.*/
516 #define CT_MASK_ADAPTER 0xFFFF0000
517
518 /**
519  *  OCDoResource methods to dispatch the request
520  */
521 typedef enum
522 {
523     OC_REST_NOMETHOD       = 0,
524
525     /** Read.*/
526     OC_REST_GET            = (1 << 0),
527
528     /** Write.*/
529     OC_REST_PUT            = (1 << 1),
530
531     /** Update.*/
532     OC_REST_POST           = (1 << 2),
533
534     /** Delete.*/
535     OC_REST_DELETE         = (1 << 3),
536
537     /** Register observe request for most up date notifications ONLY.*/
538     OC_REST_OBSERVE        = (1 << 4),
539
540     /** Register observe request for all notifications, including stale notifications.*/
541     OC_REST_OBSERVE_ALL    = (1 << 5),
542
543     /** De-register observation, intended for internal use.*/
544     OC_REST_CANCEL_OBSERVE = (1 << 6),
545
546     #ifdef WITH_PRESENCE
547     /** Subscribe for all presence notifications of a particular resource.*/
548     OC_REST_PRESENCE       = (1 << 7),
549
550     #endif
551     /** Allows OCDoResource caller to do discovery.*/
552     OC_REST_DISCOVER       = (1 << 8)
553 } OCMethod;
554
555 /**
556  *  Formats for payload encoding.
557  */
558 typedef enum
559 {
560     OC_FORMAT_CBOR,
561     OC_FORMAT_UNDEFINED,
562     OC_FORMAT_UNSUPPORTED,
563 } OCPayloadFormat;
564
565 /**
566  * Host Mode of Operation.
567  */
568 typedef enum
569 {
570     OC_CLIENT = 0,
571     OC_SERVER,
572     OC_CLIENT_SERVER,
573     OC_GATEWAY          /**< Client server mode along with routing capabilities.*/
574 } OCMode;
575
576 /**
577  * Quality of Service attempts to abstract the guarantees provided by the underlying transport
578  * protocol. The precise definitions of each quality of service level depend on the
579  * implementation. In descriptions below are for the current implementation and may changed
580  * over time.
581  */
582 typedef enum
583 {
584     /** Packet delivery is best effort.*/
585     OC_LOW_QOS = 0,
586
587     /** Packet delivery is best effort.*/
588     OC_MEDIUM_QOS,
589
590     /** Acknowledgments are used to confirm delivery.*/
591     OC_HIGH_QOS,
592
593     /** No Quality is defined, let the stack decide.*/
594     OC_NA_QOS
595 } OCQualityOfService;
596
597 /**
598  * Resource Properties.
599  * The value of a policy property is defined as bitmap.
600  * The LSB represents OC_DISCOVERABLE and Second LSB bit represents OC_OBSERVABLE and so on.
601  * Not including the policy property is equivalent to zero.
602  *
603  */
604 typedef enum
605 {
606     /** When none of the bits are set, the resource is non-discoverable &
607      *  non-observable by the client.*/
608     OC_RES_PROP_NONE = (0),
609
610     /** When this bit is set, the resource is allowed to be discovered by clients.*/
611     OC_DISCOVERABLE  = (1 << 0),
612
613     /** When this bit is set, the resource is allowed to be observed by clients.*/
614     OC_OBSERVABLE    = (1 << 1),
615
616     /** When this bit is set, the resource is initialized, otherwise the resource
617      *  is 'inactive'. 'inactive' signifies that the resource has been marked for
618      *  deletion or is already deleted.*/
619     OC_ACTIVE        = (1 << 2),
620
621     /** When this bit is set, the resource has been marked as 'slow'.
622      * 'slow' signifies that responses from this resource can expect delays in
623      *  processing its requests from clients.*/
624     OC_SLOW          = (1 << 3),
625
626     /** When this bit is set, the resource is a secure resource.*/
627     OC_SECURE        = (1 << 4),
628
629     /** When this bit is set, the resource is allowed to be discovered only
630      *  if discovery request contains an explicit querystring.
631      *  Ex: GET /oic/res?rt=oic.sec.acl */
632     OC_EXPLICIT_DISCOVERABLE   = (1 << 5)
633 } OCResourceProperty;
634
635 /**
636  * Transport Protocol IDs.
637  */
638 typedef enum
639 {
640     /** For invalid ID.*/
641     OC_INVALID_ID   = (1 << 0),
642
643     /* For coap ID.*/
644     OC_COAP_ID      = (1 << 1)
645 } OCTransportProtocolID;
646
647 /**
648  * Declares Stack Results & Errors.
649  */
650 typedef enum
651 {
652     /** Success status code - START HERE.*/
653     OC_STACK_OK = 0,
654     OC_STACK_RESOURCE_CREATED,
655     OC_STACK_RESOURCE_DELETED,
656     OC_STACK_CONTINUE,
657     /** Success status code - END HERE.*/
658
659     /** Error status code - START HERE.*/
660     OC_STACK_INVALID_URI = 20,
661     OC_STACK_INVALID_QUERY,
662     OC_STACK_INVALID_IP,
663     OC_STACK_INVALID_PORT,
664     OC_STACK_INVALID_CALLBACK,
665     OC_STACK_INVALID_METHOD,
666
667     /** Invalid parameter.*/
668     OC_STACK_INVALID_PARAM,
669     OC_STACK_INVALID_OBSERVE_PARAM,
670     OC_STACK_NO_MEMORY,
671     OC_STACK_COMM_ERROR,
672     OC_STACK_TIMEOUT,
673     OC_STACK_ADAPTER_NOT_ENABLED,
674     OC_STACK_NOTIMPL,
675
676     /** Resource not found.*/
677     OC_STACK_NO_RESOURCE,
678
679     /** e.g: not supported method or interface.*/
680     OC_STACK_RESOURCE_ERROR,
681     OC_STACK_SLOW_RESOURCE,
682     OC_STACK_DUPLICATE_REQUEST,
683
684     /** Resource has no registered observers.*/
685     OC_STACK_NO_OBSERVERS,
686     OC_STACK_OBSERVER_NOT_FOUND,
687     OC_STACK_VIRTUAL_DO_NOT_HANDLE,
688     OC_STACK_INVALID_OPTION,
689
690     /** The remote reply contained malformed data.*/
691     OC_STACK_MALFORMED_RESPONSE,
692     OC_STACK_PERSISTENT_BUFFER_REQUIRED,
693     OC_STACK_INVALID_REQUEST_HANDLE,
694     OC_STACK_INVALID_DEVICE_INFO,
695     OC_STACK_INVALID_JSON,
696
697     /** Request is not authorized by Resource Server. */
698     OC_STACK_UNAUTHORIZED_REQ,
699
700     /** Error code from PDM */
701     OC_STACK_PDM_IS_NOT_INITIALIZED,
702     OC_STACK_DUPLICATE_UUID,
703     OC_STACK_INCONSISTENT_DB,
704
705     /** Insert all new error codes here!.*/
706     #ifdef WITH_PRESENCE
707     OC_STACK_PRESENCE_STOPPED = 128,
708     OC_STACK_PRESENCE_TIMEOUT,
709     OC_STACK_PRESENCE_DO_NOT_HANDLE,
710     #endif
711     /** ERROR in stack.*/
712     OC_STACK_ERROR = 255
713     /** Error status code - END HERE.*/
714 } OCStackResult;
715
716 /**
717  * Handle to an OCDoResource invocation.
718  */
719 typedef void * OCDoHandle;
720
721 /**
722  * Handle to an OCResource object owned by the OCStack.
723  */
724 typedef void * OCResourceHandle;
725
726 /**
727  * Handle to an OCRequest object owned by the OCStack.
728  */
729 typedef void * OCRequestHandle;
730
731 /**
732  * Unique identifier for each observation request. Used when observations are
733  * registered or de-registered. Used by entity handler to signal specific
734  * observers to be notified of resource changes.
735  * There can be maximum of 256 observations per server.
736  */
737 typedef uint8_t OCObservationId;
738
739 /**
740  * Action associated with observation.
741  */
742 typedef enum
743 {
744     /** To Register. */
745     OC_OBSERVE_REGISTER = 0,
746
747     /** To Deregister. */
748     OC_OBSERVE_DEREGISTER = 1,
749
750     /** Others. */
751     OC_OBSERVE_NO_OPTION = 2
752 } OCObserveAction;
753
754
755 /**
756  * Persistent storage handlers. An APP must provide OCPersistentStorage handler pointers
757  * when it calls OCRegisterPersistentStorageHandler.
758  * Persistent storage open handler points to default file path.
759  * Application can point to appropriate SVR database path for it's IoTivity Server.
760  */
761 typedef struct {
762     /** Persistent storage file path.*/
763     FILE* (* open)(const char *path, const char *mode);
764
765     /** Persistent storage read handler.*/
766     size_t (* read)(void *ptr, size_t size, size_t nmemb, FILE *stream);
767
768     /** Persistent storage write handler.*/
769     size_t (* write)(const void *ptr, size_t size, size_t nmemb, FILE *stream);
770
771     /** Persistent storage close handler.*/
772     int (* close)(FILE *fp);
773
774     /** Persistent storage unlink handler.*/
775     int (* unlink)(const char *path);
776 } OCPersistentStorage;
777
778 /**
779  * Possible returned values from entity handler.
780  */
781 typedef struct
782 {
783     /** Action associated with observation request.*/
784     OCObserveAction action;
785
786     /** Identifier for observation being registered/deregistered.*/
787     OCObservationId obsId;
788 } OCObservationInfo;
789
790 /**
791  * Possible returned values from entity handler.
792  */
793 typedef enum
794 {
795     OC_EH_OK = 0,
796     OC_EH_ERROR,
797     OC_EH_RESOURCE_CREATED,
798     OC_EH_RESOURCE_DELETED,
799     OC_EH_SLOW,
800     OC_EH_FORBIDDEN,
801     OC_EH_RESOURCE_NOT_FOUND
802 } OCEntityHandlerResult;
803
804 /**
805  * This structure will be used to define the vendor specific header options to be included
806  * in communication packets.
807  */
808 typedef struct OCHeaderOption
809 {
810     /** The protocol ID this option applies to.*/
811     OCTransportProtocolID protocolID;
812
813     /** The header option ID which will be added to communication packets.*/
814     uint16_t optionID;
815
816     /** its length 191.*/
817     uint16_t optionLength;
818
819     /** pointer to its data.*/
820     uint8_t optionData[MAX_HEADER_OPTION_DATA_LENGTH];
821
822 #ifdef SUPPORTS_DEFAULT_CTOR
823     OCHeaderOption() = default;
824     OCHeaderOption(OCTransportProtocolID pid,
825                    uint16_t optId,
826                    uint16_t optlen,
827                    const uint8_t* optData)
828         : protocolID(pid),
829           optionID(optId),
830           optionLength(optlen)
831     {
832
833         // parameter includes the null terminator.
834         optionLength = optionLength < MAX_HEADER_OPTION_DATA_LENGTH ?
835                         optionLength : MAX_HEADER_OPTION_DATA_LENGTH;
836         memcpy(optionData, optData, optionLength);
837         optionData[optionLength - 1] = '\0';
838     }
839 #endif
840 } OCHeaderOption;
841
842
843 /**
844  * This structure describes the platform properties. All non-Null properties will be
845  * included in a platform discovery request.
846  */
847 typedef struct
848 {
849     /** Platform ID.*/
850     char *platformID;
851
852     /** Manufacturer name.*/
853     char *manufacturerName;
854
855     /** Manufacturer URL for platform property.*/
856     char *manufacturerUrl;
857
858     /** Model number.*/
859     char *modelNumber;
860
861     /** Manufacturer date.*/
862     char *dateOfManufacture;
863
864     /** Platform version.*/
865     char *platformVersion;
866
867     /** Operating system version.*/
868     char *operatingSystemVersion;
869
870     /** HW version.*/
871     char *hardwareVersion;
872
873     /** FW version.*/
874     char *firmwareVersion;
875
876     /** Platform support URL.*/
877     char *supportUrl;
878
879     /** System time.*/
880     char *systemTime;
881
882 } OCPlatformInfo;
883
884 /**
885  * This structure is expected as input for device properties.
886  * device name is mandatory and expected from the application.
887  * device id of type UUID will be generated by the stack.
888  */
889 typedef struct
890 {
891     /** Pointer to the device name.*/
892     char *deviceName;
893
894 } OCDeviceInfo;
895
896 #ifdef RA_ADAPTER
897 /**
898  * callback for bound JID
899  */
900 typedef void (*jid_bound_cb)(char *jid);
901
902 /**
903  * CA Remote Access information for XMPP Client
904  *
905  */
906 typedef struct
907 {
908     char *hostname;     /**< XMPP server hostname */
909     uint16_t   port;    /**< XMPP server serivce port */
910     char *xmpp_domain;  /**< XMPP login domain */
911     char *username;     /**< login username */
912     char *password;     /**< login password */
913     char *resource;     /**< specific resource for login */
914     char *user_jid;     /**< specific JID for login */
915     jid_bound_cb jidbound;  /**< callback when JID bound */
916 } OCRAInfo_t;
917 #endif  /* RA_ADAPTER */
918
919
920 /** Enum to describe the type of object held by the OCPayload object.*/
921 typedef enum
922 {
923     PAYLOAD_TYPE_INVALID,
924     PAYLOAD_TYPE_DISCOVERY,
925     PAYLOAD_TYPE_DEVICE,
926     PAYLOAD_TYPE_PLATFORM,
927     PAYLOAD_TYPE_REPRESENTATION,
928     PAYLOAD_TYPE_SECURITY,
929     PAYLOAD_TYPE_PRESENCE,
930     PAYLOAD_TYPE_RD
931 } OCPayloadType;
932
933 typedef struct
934 {
935     // The type of message that was received
936     OCPayloadType type;
937 } OCPayload;
938
939 typedef enum
940 {
941     OCREP_PROP_NULL,
942     OCREP_PROP_INT,
943     OCREP_PROP_DOUBLE,
944     OCREP_PROP_BOOL,
945     OCREP_PROP_STRING,
946     OCREP_PROP_OBJECT,
947     OCREP_PROP_ARRAY
948 }OCRepPayloadPropType;
949
950 #define MAX_REP_ARRAY_DEPTH 3
951 typedef struct
952 {
953     OCRepPayloadPropType type;
954     size_t dimensions[MAX_REP_ARRAY_DEPTH];
955
956     union
957     {
958         int64_t* iArray;
959         double* dArray;
960         bool* bArray;
961         char** strArray;
962         struct OCRepPayload** objArray;
963     };
964 } OCRepPayloadValueArray;
965
966 typedef struct OCRepPayloadValue
967 {
968     char* name;
969     OCRepPayloadPropType type;
970     union
971     {
972         int64_t i;
973         double d;
974         bool b;
975         char* str;
976         struct OCRepPayload* obj;
977         OCRepPayloadValueArray arr;
978     };
979     struct OCRepPayloadValue* next;
980
981 } OCRepPayloadValue;
982
983 typedef struct OCStringLL
984 {
985     struct OCStringLL *next;
986     char* value;
987 } OCStringLL;
988
989 // used for get/set/put/observe/etc representations
990 typedef struct OCRepPayload
991 {
992     OCPayload base;
993     char* uri;
994     OCStringLL* types;
995     OCStringLL* interfaces;
996     OCRepPayloadValue* values;
997     struct OCRepPayload* next;
998 } OCRepPayload;
999
1000 // used inside a discovery payload
1001 typedef struct OCResourcePayload
1002 {
1003     char* uri;
1004     uint8_t* sid;
1005     OCStringLL* types;
1006     OCStringLL* interfaces;
1007     uint8_t bitmap;
1008     bool secure;
1009     uint16_t port;
1010     struct OCResourcePayload* next;
1011 } OCResourcePayload;
1012
1013 /**
1014  * Structure holding Links Payload. It is a sub-structure used in
1015  * OCResourceCollectionPayload.
1016  */
1017 typedef struct OCLinksPayload
1018 {
1019     /** This is the target relative URI. */
1020     char *href;
1021     /** Resource Type - A standard OIC specified or vendor defined resource
1022      * type of the resource referenced by the target URI. */
1023     OCStringLL *rt;
1024     /** Interface - The interfaces supported by the resource referenced by the target URI. */
1025     OCStringLL *itf;
1026     /** The relation of the target URI referenced by the link to the context URI;
1027      * The default value is null. */
1028     char *rel;
1029     /** Specifies if the resource referenced by the target URIis observable or not. */
1030     bool obs;
1031     /** A title for the link relation. Can be used by the UI to provide a context. */
1032     char *title;
1033     /** This is used to override the context URI e.g. override the URI of the containing collection. */
1034     char *uri;
1035     /** The instance identifier for this web link in an array of web links - used in links. */
1036     union
1037     {
1038         /** An ordinal number that is not repeated - must be unique in the collection context. */
1039         uint8_t ins;
1040         /** Any unique string including a URI. */
1041         char *uniqueStr;
1042         /** Use UUID for universal uniqueness - used in /oic/res to identify the device. */
1043         OCIdentity uniqueUUID;
1044     };
1045     /** A hint of the media type of the representation of the resource referenced by the target URI. */
1046     OCStringLL *mt;
1047     /** Holding address of the next resource. */
1048     struct OCLinksPayload *next;
1049 } OCLinksPayload;
1050
1051 /** Structure holding tags value of the links payload. */
1052 typedef struct
1053 {
1054     /** Name of tags. */
1055     OCDeviceInfo n;
1056     /** Device identifier. */
1057     OCIdentity di;
1058     /** The base URI where the resources are hold. */
1059     char *baseURI;
1060     /** Bitmap holds observable, discoverable, secure option flag.*/
1061     uint8_t bitmap;
1062     /** Port set in case, the secure flag is set above. */
1063     uint16_t port;
1064     /** Id for each set of links i.e. tag. */
1065     union
1066     {
1067         /** An ordinal number that is not repeated - must be unique in the collection context. */
1068         uint8_t ins;
1069         /** Any unique string including a URI. */
1070         char *uniqueStr;
1071         /** Use UUID for universal uniqueness - used in /oic/res to identify the device. */
1072         OCIdentity uniqueUUID;
1073     };
1074     /** Defines the list of allowable resource types (for Target and anchors) in links included
1075      * in the collection; new links being created can only be from this list. */
1076     char *rts;
1077     /** When specified this is the default relationship to use when an OIC Link does not specify
1078      * an explicit relationship with *rel* parameter. */
1079     char *drel;
1080     /** Time to keep holding resource.*/
1081     uint32_t ttl;
1082 } OCTagsPayload;
1083
1084 /** Resource collection payload. */
1085 typedef struct OCResourceCollectionPayload
1086 {
1087     /** Collection tags payload.*/
1088     OCTagsPayload *tags;
1089     /** Array of links payload. */
1090     OCLinksPayload *setLinks;
1091     /** Holding address of the next resource. */
1092     struct OCResourceCollectionPayload *next;
1093 } OCResourceCollectionPayload;
1094
1095 typedef struct
1096 {
1097     OCPayload base;
1098     /** This structure holds the old /oic/res response. */
1099     OCResourcePayload *resources;
1100     /** This structure holds the collection response for the /oic/res. */
1101     OCResourceCollectionPayload *collectionResources;
1102 } OCDiscoveryPayload;
1103
1104 /**
1105  * Structure holding discovery payload.
1106  */
1107 typedef struct
1108 {
1109     /** Device Name. */
1110     OCDeviceInfo n;
1111     /** Device Identity. */
1112     OCIdentity di;
1113     /** Value holding the bias factor of the RD. */
1114     uint8_t sel;
1115 } OCRDDiscoveryPayload;
1116
1117 /**
1118  * RD Payload that will be transmitted over the wire.
1119  */
1120 typedef struct
1121 {
1122     OCPayload base;
1123     /** Pointer to the discovery response payload.*/
1124     OCRDDiscoveryPayload *rdDiscovery;
1125     /** Pointer to the publish payload.*/
1126     OCResourceCollectionPayload *rdPublish;
1127 } OCRDPayload;
1128
1129 typedef struct
1130 {
1131     OCPayload base;
1132     char* uri;
1133     uint8_t* sid;
1134     char* deviceName;
1135     char* specVersion;
1136     char* dataModelVersion;
1137 } OCDevicePayload;
1138
1139 typedef struct
1140 {
1141     OCPayload base;
1142     char* uri;
1143     OCPlatformInfo info;
1144 } OCPlatformPayload;
1145
1146 typedef struct
1147 {
1148     OCPayload base;
1149     char* securityData;
1150 } OCSecurityPayload;
1151 #ifdef WITH_PRESENCE
1152 typedef struct
1153 {
1154     OCPayload base;
1155     uint32_t sequenceNumber;
1156     uint32_t maxAge;
1157     OCPresenceTrigger trigger;
1158     char* resourceType;
1159 } OCPresencePayload;
1160 #endif
1161
1162 /**
1163  * Incoming requests handled by the server. Requests are passed in as a parameter to the
1164  * OCEntityHandler callback API.
1165  * The OCEntityHandler callback API must be implemented in the application in order
1166  * to receive these requests.
1167  */
1168 typedef struct
1169 {
1170     /** Associated resource.*/
1171     OCResourceHandle resource;
1172
1173     /** Associated request handle.*/
1174     OCRequestHandle requestHandle;
1175
1176     /** the REST method retrieved from received request PDU.*/
1177     OCMethod method;
1178
1179     /** description of endpoint that sent the request.*/
1180     OCDevAddr devAddr;
1181
1182     /** resource query send by client.*/
1183     char * query;
1184
1185     /** Information associated with observation - valid only when OCEntityHandler flag includes
1186      * ::OC_OBSERVE_FLAG.*/
1187     OCObservationInfo obsInfo;
1188
1189     /** Number of the received vendor specific header options.*/
1190     uint8_t numRcvdVendorSpecificHeaderOptions;
1191
1192     /** Pointer to the array of the received vendor specific header options.*/
1193     OCHeaderOption * rcvdVendorSpecificHeaderOptions;
1194
1195     /** the payload from the request PDU.*/
1196     OCPayload *payload;
1197
1198 } OCEntityHandlerRequest;
1199
1200
1201 /**
1202  * Response from queries to remote servers. Queries are made by calling the OCDoResource API.
1203  */
1204 typedef struct
1205 {
1206     /** Address of remote server.*/
1207     OCDevAddr devAddr;
1208
1209     /** backward compatibility (points to devAddr).*/
1210     OCDevAddr *addr;
1211
1212     /** backward compatibility.*/
1213     OCConnectivityType connType;
1214
1215     /** the security identity of the remote server.*/
1216     OCIdentity identity;
1217
1218     /** the is the result of our stack, OCStackResult should contain coap/other error codes.*/
1219     OCStackResult result;
1220
1221     /** If associated with observe, this will represent the sequence of notifications from server.*/
1222     uint32_t sequenceNumber;
1223
1224     /** resourceURI.*/
1225     const char * resourceUri;
1226
1227     /** the payload for the response PDU.*/
1228     OCPayload *payload;
1229
1230     /** Number of the received vendor specific header options.*/
1231     uint8_t numRcvdVendorSpecificHeaderOptions;
1232
1233     /** An array of the received vendor specific header options.*/
1234     OCHeaderOption rcvdVendorSpecificHeaderOptions[MAX_HEADER_OPTIONS];
1235 } OCClientResponse;
1236
1237 /**
1238  * Request handle is passed to server via the entity handler for each incoming request.
1239  * Stack assigns when request is received, server sets to indicate what request response is for.
1240  */
1241 typedef struct
1242 {
1243     /** Request handle.*/
1244     OCRequestHandle requestHandle;
1245
1246     /** Resource handle.*/
1247     OCResourceHandle resourceHandle;
1248
1249     /** Allow the entity handler to pass a result with the response.*/
1250     OCEntityHandlerResult  ehResult;
1251
1252     /** This is the pointer to server payload data to be transferred.*/
1253     OCPayload* payload;
1254
1255     /** number of the vendor specific header options .*/
1256     uint8_t numSendVendorSpecificHeaderOptions;
1257
1258     /** An array of the vendor specific header options the entity handler wishes to use in response.*/
1259     OCHeaderOption sendVendorSpecificHeaderOptions[MAX_HEADER_OPTIONS];
1260
1261     /** URI of new resource that entity handler might create.*/
1262     char resourceUri[MAX_URI_LENGTH];
1263
1264     /** Server sets to true for persistent response buffer,false for non-persistent response buffer*/
1265     uint8_t persistentBufferFlag;
1266 } OCEntityHandlerResponse;
1267
1268 /**
1269  * Entity's state
1270  */
1271 typedef enum
1272 {
1273     /** Request state.*/
1274     OC_REQUEST_FLAG = (1 << 1),
1275     /** Observe state.*/
1276     OC_OBSERVE_FLAG = (1 << 2)
1277 } OCEntityHandlerFlag;
1278
1279 /**
1280  * Possible returned values from client application.
1281  */
1282 typedef enum
1283 {
1284     OC_STACK_DELETE_TRANSACTION = 0,
1285     OC_STACK_KEEP_TRANSACTION
1286 } OCStackApplicationResult;
1287
1288
1289 /*
1290  * -------------------------------------------------------------------------------------------
1291  * Callback function definitions
1292  * -------------------------------------------------------------------------------------------
1293  */
1294
1295 /**
1296  * Client applications implement this callback to consume responses received from Servers.
1297  */
1298 typedef OCStackApplicationResult (* OCClientResponseHandler)(void *context, OCDoHandle handle,
1299     OCClientResponse * clientResponse);
1300
1301 /**
1302  * Client applications using a context pointer implement this callback to delete the
1303  * context upon removal of the callback/context pointer from the internal callback-list.
1304  */
1305 typedef void (* OCClientContextDeleter)(void *context);
1306
1307 /**
1308  * This info is passed from application to OC Stack when initiating a request to Server.
1309  */
1310 typedef struct OCCallbackData
1311 {
1312     /** Pointer to the context.*/
1313     void *context;
1314
1315     /** The pointer to a function the stack will call to handle the requests.*/
1316     OCClientResponseHandler cb;
1317
1318     /** A pointer to a function to delete the context when this callback is removed.*/
1319     OCClientContextDeleter cd;
1320
1321 #ifdef SUPPORTS_DEFAULT_CTOR
1322     OCCallbackData() = default;
1323     OCCallbackData(void* ctx, OCClientResponseHandler callback, OCClientContextDeleter deleter)
1324         :context(ctx), cb(callback), cd(deleter){}
1325 #endif
1326 } OCCallbackData;
1327
1328 /**
1329  * Application server implementations must implement this callback to consume requests OTA.
1330  * Entity handler callback needs to fill the resPayload of the entityHandlerRequest.
1331  */
1332 typedef OCEntityHandlerResult (*OCEntityHandler)
1333 (OCEntityHandlerFlag flag, OCEntityHandlerRequest * entityHandlerRequest, void* callbackParam);
1334
1335 /**
1336  * Device Entity handler need to use this call back instead of OCEntityHandler.
1337  */
1338 typedef OCEntityHandlerResult (*OCDeviceEntityHandler)
1339 (OCEntityHandlerFlag flag, OCEntityHandlerRequest * entityHandlerRequest, char* uri, void* callbackParam);
1340
1341 #ifdef __cplusplus
1342 }
1343 #endif // __cplusplus
1344
1345 #endif /* OCTYPES_H_ */