FreeRTOS
|
Represents the state of the message currently being received. More...
#include <aws_mqtt_lib.h>
Data Fields | |
MQTTRxNextByte_t | xRxNextByte |
MQTTRxMessageAction_t | xRxMessageAction |
uint8_t | ucRemaingingLengthFieldBytes |
uint32_t | ulTotalMessageLength |
Represents the state of the message currently being received.
Definition at line 459 of file aws_mqtt_lib.h.
uint8_t ucRemaingingLengthFieldBytes |
The number of bytes the "Remaining Length" field spans. Valid only after the fixed header has been received i.e. xRxNextByte is eMQTTRxNextByteMessage.
Definition at line 463 of file aws_mqtt_lib.h.
uint32_t ulTotalMessageLength |
The total length of the message. Valid only after the fixed header has been received i.e. xRxNextByte is eMQTTRxNextByteMessage.
Definition at line 464 of file aws_mqtt_lib.h.
MQTTRxMessageAction_t xRxMessageAction |
Whether the current Rx message is being stored or dropped. Valid only after the fixed header has been received i.e. xRxNextByte is eMQTTRxNextByteMessage.
Definition at line 462 of file aws_mqtt_lib.h.
MQTTRxNextByte_t xRxNextByte |
The next expected byte type.
Definition at line 461 of file aws_mqtt_lib.h.