MQTT_CONTROL_PACKET_TYPE_PUBREL is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoMQTT_CONTROL_PACKET_TYPE_PUBREL

MQTT_CONTROL_PACKET_TYPE_PUBREL macro

Syntax

#define MQTT_CONTROL_PACKET_TYPE_PUBREL (6)

References

LocationText
nxd_mqtt_client.h:203
#define MQTT_CONTROL_PACKET_TYPE_PUBREL (6)
nxd_mqtt_client.c:1563
else if (((response_ptr -> mqtt_publish_response_packet_header) >> 4) == MQTT_CONTROL_PACKET_TYPE_PUBREL)
nxd_mqtt_client.c:1632
client_ptr -> nxd_mqtt_ack_receive_notify(client_ptr, MQTT_CONTROL_PACKET_TYPE_PUBREL, packet_id, transmit_packet_ptr, client_ptr -> nxd_mqtt_ack_receive_context);
nxd_mqtt_client.c:2191
case MQTT_CONTROL_PACKET_TYPE_PUBREL: