MQTT_PACKET_PUBLISH_RESPONSE_STRUCT::mqtt_publish_response_packet_header is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoMQTT_PACKET_PUBLISH_RESPONSE_STRUCT::mqtt_publish_response_packet_header

MQTT_PACKET_PUBLISH_RESPONSE_STRUCT::mqtt_publish_response_packet_header field

Syntax

UCHAR mqtt_publish_response_packet_header;

References

LocationReferrerText
nxd_mqtt_client.h:233
UCHAR mqtt_publish_response_packet_header;
nxd_mqtt_client.c:1391_nxd_mqtt_process_publish()
pubresp_ptr -> mqtt_publish_response_packet_header = MQTT_CONTROL_PACKET_TYPE_PUBACK << 4;
nxd_mqtt_client.c:1395_nxd_mqtt_process_publish()
pubresp_ptr -> mqtt_publish_response_packet_header = MQTT_CONTROL_PACKET_TYPE_PUBREC << 4;
nxd_mqtt_client.c:1539_nxd_mqtt_process_publish_response()
if (((response_ptr -> mqtt_publish_response_packet_header) >> 4) == MQTT_CONTROL_PACKET_TYPE_PUBACK)
nxd_mqtt_client.c:1563_nxd_mqtt_process_publish_response()
else if (((response_ptr -> mqtt_publish_response_packet_header) >> 4) == MQTT_CONTROL_PACKET_TYPE_PUBREL)
nxd_mqtt_client.c:1592_nxd_mqtt_process_publish_response()
response_ptr -> mqtt_publish_response_packet_header = MQTT_CONTROL_PACKET_TYPE_PUBCOMP << 4;

Data Use

Functions writing MQTT_PACKET_PUBLISH_RESPONSE_STRUCT::mqtt_publish_response_packet_header
Functions reading MQTT_PACKET_PUBLISH_RESPONSE_STRUCT::mqtt_publish_response_packet_header
MQTT_PACKET_PUBLISH_RESPONSE_STRUCT::mqtt_publish_response_packet_header
Type of MQTT_PACKET_PUBLISH_RESPONSE_STRUCT::mqtt_publish_response_packet_header
MQTT_PACKET_PUBLISH_RESPONSE_STRUCT::mqtt_publish_response_packet_header
all items filtered out