1.1.18.4.2 WDRV_WINC_MQTTMsgInfoDefaultSet

C

WDRV_WINC_STATUS WDRV_WINC_MQTTMsgInfoDefaultSet
(
    WDRV_WINC_MQTT_MSG_INFO *pMsgInfo
)

Description

Ensures all elements of the structure are initialized to safe default values.

Precondition

None.

Parameters

ParametersDescription
pMsgInfoPointer to message info structure.

Returns

  • WDRV_WINC_STATUS_OK - Request was accepted.

  • WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.

Remarks

None.