1.1.18.2.5 WDRV_WINC_MQTTConnPropReceiveMaxSet

C

WDRV_WINC_STATUS WDRV_WINC_MQTTConnPropReceiveMaxSet
(
    WDRV_WINC_MQTT_CONN_PROP *pConnProp,
    uint16_t receiveMax
)

Description

Sets the receive maximum property in the connection property structure.

Precondition

WDRV_WINC_MQTTConnPropDefaultSet must have been called.

Parameters

ParametersDescription
pConnPropPointer to connection properties structure.
receiveMaxReceive maximum value.

Returns

  • WDRV_WINC_STATUS_OK - Request was accepted.

  • WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.

Remarks

None.