1.1.18.4.4 WDRV_WINC_MQTTMsgInfoQoSSet
C
WDRV_WINC_STATUS WDRV_WINC_MQTTMsgInfoQoSSet ( WDRV_WINC_MQTT_MSG_INFO *pMsgInfo, WDRV_WINC_MQTT_QOS_TYPE qos )
Description
Sets the QoS property of a message info structure.
Precondition
WDRV_WINC_MQTTMsgInfoDefaultSet
must have been called.
Parameters
Parameters | Description |
---|---|
pMsgInfo | Pointer to message info structure. |
qos | QoS value to assign. |
Returns
WDRV_WINC_STATUS_OK - Request was accepted.
WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.
Remarks
None.