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

MembersDescription
duplicateMessage is a duplicate of a previous one.
qosQoS level of message.
retainFlag indicating if message is to be, or has been, retained.
pPropertiesPointer to properties associated with this message.

Remarks

None.