|
FreeRTOS:
BLE
BLE
|
| Return to main page ↑ |
Data Fields | |
| MQTTBLEQoS_t | qos |
| Quality of Service for message. | |
| bool | retain |
| Whether this is a retained message. | |
| bool | dup |
| Whether this is a duplicate publish message. | |
| const char * | pTopicName |
| Topic name on which the message is published. | |
| uint16_t | topicNameLength |
| Length of topic name. | |
| const void * | pPayload |
| Message payload. | |
| size_t | payloadLength |
| Message payload length. | |
| bool | pending |
| Pending flag for continuation of publish packet. | |
| uint16_t | packetIdentifier |
| Packet Identifier for QoS1, QoS2 publish packet. | |