coreMQTT Agent v2.0.0
Thread safe MQTT 3.1.1 Client
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 CMQTTAgentAckInfo_tInformation for a pending MQTT ack packet expected by the agent
 CMQTTAgentCommand_tThe commands sent from the APIs to the MQTT agent task
 CMQTTAgentCommandFuncReturns_tA structure of values and flags expected to be returned by command functions
 CMQTTAgentCommandInfo_tStruct holding arguments that are common to every command
 CMQTTAgentConnectArgs_tStruct holding arguments for a CONNECT call
 CMQTTAgentContext_tInformation used by each MQTT agent. A context will be initialized by MQTTAgent_Init(), and every API function will accept a pointer to the initalized struct
 CMQTTAgentDisconnectArgs_tStruct holding arguments for a DISCONNECT call
 CMQTTAgentMessageInterface_tFunction pointers and contexts used for sending and receiving commands, and allocating memory for them
 CMQTTAgentPublishArgs_tStruct holding arguments for a PUBLISH call
 CMQTTAgentReturnInfo_tStruct holding return codes and outputs from a command
 CMQTTAgentSubscribeArgs_tStruct holding arguments for a SUBSCRIBE or UNSUBSCRIBE call