|
Astarte device API for Zephyr 0.9.0
Astarte device SDK for Zephyr RTOS
|
Astarte interface mapping representation. More...
Data Structures | |
| struct | astarte_mapping_t |
| interface mapping definition More... | |
Astarte interface mapping representation.
See: https://docs.astarte-platform.org/astarte/latest/040-interface_schema.html#mapping.
mapping reliability definition
This enum represents the possible values of the reliability of an astarte mapping https://docs.astarte-platform.org/astarte/latest/040-interface_schema.html#astarte-mapping-schema-reliability
mapping retention definition
This enum represents the possible values of the retention of an astarte mapping https://docs.astarte-platform.org/astarte/latest/040-interface_schema.html#astarte-mapping-schema-retention
| Enumerator | |
|---|---|
| ASTARTE_MAPPING_RETENTION_DISCARD | Discard retention. |
| ASTARTE_MAPPING_RETENTION_VOLATILE | Volatile retention. |
| ASTARTE_MAPPING_RETENTION_STORED | Stored retention. |
Allowed types in a mapping on an Astarte interface.
See more about [Astarte interface mapping types](https://docs.astarte-platform.org/astarte/latest/040-interface_schema.html#astarte-mapping-schema-type).