Sends MQTT SUBSCRIBE for the given list of topic filters to the broker.
| [in] | pContext | Initialized MQTT context. |
| [in] | pSubscriptionList | List of MQTT subscription info. |
| [in] | subscriptionCount | The number of elements in pSubscriptionList. |
| [in] | packetId | Packet ID generated by MQTT_GetPacketId. |
Example