1.1.11.17 WDRV_WINC_MQTT_MSG_INFO
Struct type
Summary
Structure to contain information about a message.
Description
Message information which can be considered optional has been grouped together into a single structure.
Remarks
None.
typedef struct { /* Message is a duplicate of a previous one. */ bool duplicate; /* QoS level of message. */ WDRV_WINC_MQTT_QOS_TYPE qos; /* Flag indicating if message is to be, or has been, retained. */ bool retain; } WDRV_WINC_MQTT_MSG_INFO;