1.1.18.7.1 WDRV_WINC_MQTT_USER_PROP Struct
C
typedef struct
{
const uint8_t *pKey;
size_t lenKey;
const uint8_t *pValue;
size_t lenValue;
} WDRV_WINC_MQTT_USER_PROP;Description
User properties consisting of a key/value pair.
Members
| Members | Description |
|---|---|
| pKey | Pointer to key name data. |
| lenKey | Length of data pointed to by pKey. |
| pValue | Pointer to value data. |
| lenValue | Length of data pointed to by pValue. |
Remarks
None.
