1.1.18.4.1 WDRV_WINC_MQTT_MSG_INFO Struct
C
typedef struct { bool duplicate; WDRV_WINC_MQTT_QOS_TYPE qos; bool retain; WDRV_WINC_MQTT_PUB_PROP *pProperties; } WDRV_WINC_MQTT_MSG_INFO;
Description
Message information which can be considered optional has been grouped together into a single structure.
Members
Members | Description |
---|---|
duplicate | Message is a duplicate of a previous one. |
qos | QoS level of message. |
retain | Flag indicating if message is to be, or has been, retained. |
pProperties | Pointer to properties associated with this message. |
Remarks
None.