coreMQTT  v1.1.0
MQTT 3.1.1 Client Library
Data Structures
Here are the data structures with brief descriptions:
 CMQTTConnectInfo_tMQTT CONNECT packet parameters
 CMQTTContext_tA struct representing an MQTT connection
 CMQTTDeserializedInfo_tStruct to hold deserialized packet information for an MQTTEventCallback_t callback
 CMQTTFixedBuffer_tBuffer passed to MQTT library
 CMQTTPacketInfo_tMQTT incoming packet parameters
 CMQTTPubAckInfo_tAn element of the state engine records for QoS 1 or Qos 2 publishes
 CMQTTPublishInfo_tMQTT PUBLISH packet parameters
 CMQTTSubscribeInfo_tMQTT SUBSCRIBE packet parameters
 CTransportInterface_tThe transport layer interface