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