Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: 5_Dragonfly_Cayenne_Sprint_IKS01A1
Fork of Cayenne-MQTT-mbed-MTSAS by
CayenneValuePair Struct Reference
A unit/value pair used in Cayenne payloads. More...
#include <CayenneUtils.h>
Data Fields | |
| const char * | unit |
| The data unit. | |
| const char * | value |
| The data value. | |
Detailed Description
A unit/value pair used in Cayenne payloads.
Definition at line 45 of file CayenneUtils.h.
Field Documentation
| const char* unit |
The data unit.
Definition at line 47 of file CayenneUtils.h.
| const char* value |
The data value.
Definition at line 48 of file CayenneUtils.h.
Generated on Wed Jul 13 2022 08:52:00 by
1.7.2
