You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MQTTContext_tmqttContext; /**< MQTT connection information used by coreMQTT. */
155
-
MQTTAgentMessageInterface_tagentInterface; /**< Struct of function pointers for agent messaging. */
156
-
MQTTAgentAckInfo_tpPendingAcks[ MQTT_AGENT_MAX_OUTSTANDING_ACKS ]; /**< List of pending acknowledgment packets. */
157
-
MQTTAgentIncomingPublishCallback_tpIncomingCallback; /**< Callback to invoke for incoming publishes. */
158
-
void*pIncomingCallbackContext; /**< Context for incoming publish callback. */
159
-
boolpacketReceivedInLoop; /**< Whether a MQTT_ProcessLoop() call received a packet. */
154
+
MQTTContext_tmqttContext; /**< MQTT connection information used by coreMQTT. */
155
+
MQTTAgentMessageInterface_tagentInterface; /**< Struct of function pointers for agent messaging. */
156
+
MQTTAgentAckInfo_tpPendingAcks[ MQTT_AGENT_MAX_OUTSTANDING_ACKS ]; /**< List of pending acknowledgment packets. */
157
+
MQTTAgentIncomingPublishCallback_tpIncomingCallback; /**< Callback to invoke for incoming publishes. */
158
+
void*pIncomingCallbackContext; /**< Context for incoming publish callback. */
159
+
boolpacketReceivedInLoop; /**< Whether a MQTT_ProcessLoop() call received a packet. */
160
+
MQTTPubAckInfo_tpIncomingPublishRecords[ MQTT_AGENT_MAX_OUTSTANDING_ACKS ]; /**< Array used to maintain the incoming publish records and their state by the coreMQTT library. */
161
+
MQTTPubAckInfo_tpOutgoingPublishRecords[ MQTT_AGENT_MAX_OUTSTANDING_ACKS ]; /**< Array used to maintain the outgoing publish records and their state by the coreMQTT library. */
0 commit comments