AWS IoT Device SDK C: MQTT
MQTT 3.1.1 client library
Return to main page ↑
IotMqtt_OperationType

Returns a string that describes an IotMqttOperationType_t.

This function returns a string describing an MQTT operation type, operation.

The string returned by this function MUST be treated as read-only: any attempt to modify its contents may result in a crash. Therefore, this function is limited to usage in logging.

Parameters
[in]operationThe operation to describe.
Returns
A read-only string that describes operation.
Warning
The string returned by this function must never be modified.