MQTT C Client Libraries Internals
 All Data Structures Files Functions Variables Typedefs Macros Pages
File List
Here is a list of all documented files with brief descriptions:
o*Clients.cFunctions which apply to client structures
o*Heap.cFunctions to manage the heap with the goal of eliminating memory leaks
o*LinkedList.cFunctions which apply to linked list structures
o*Log.cLogging and tracing module
o*Messages.cTrace messages
o*MQTTAsync.cAsynchronous API implementation
o*MQTTClient.cSynchronous API implementation
o*MQTTClientPersistence.hThis structure represents a persistent data store, used to store outbound and inbound messages, in order to achieve reliable messaging
o*MQTTPacket.cFunctions to deal with reading and writing of MQTT packets from and to sockets
o*MQTTPacketOut.cFunctions to deal with reading and writing of MQTT packets from and to sockets
o*MQTTPersistence.cFunctions that apply to persistence operations
o*MQTTPersistenceDefault.cA file system based persistence implementation
o*MQTTProtocolClient.cFunctions dealing with the MQTT protocol exchanges
o*MQTTProtocolOut.cFunctions dealing with the MQTT protocol exchanges
o*MQTTVersion.cMQTTVersion - display the version and build information strings for a library
o*Socket.cSocket related functions
o*SocketBuffer.cSocket buffering related functions
o*SSLSocket.cSSL related functions
o*Thread.cThreading related functions
o*Tree.cFunctions which apply to tree structures
\*utf-8.cFunctions for checking that strings contain UTF-8 characters only