|
AWS IoT Device SDK C:
MQTT
MQTT 3.1.1 client library
|
| Return to main page ↑ |
Generate a SUBSCRIBE packet from the given parameters.
| [in] | pSubscriptionList | User-provided array of subscriptions. |
| [in] | subscriptionCount | Size of pSubscriptionList. |
| [in] | remainingLength | remaining length of the packet to be serialized. |
| [out] | pPacketIdentifier | The packet identifier generated for this SUBSCRIBE. |
| [in,out] | pBuffer | User provide buffer where the SUBSCRIBE packet is written. |
| [in] | bufferSize | Size of the buffer pointed to by pBuffer. |