|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
Public Attributes | |
| LocalMessageType | type |
| Message type. | |
| uint8_t | _reserved [3] |
| Reserved for future use. | |
| uint8_t | checksum |
Simple checksum of PacketPayload to validate decrypted packet. | |
| uint8_t | topicLen |
| Length of topic. | |
| uint8_t | payloadLen |
| Length of payload (data) | |
| uint8_t | topicAndPayload [] |
| Topic and payload as string (not null terminated) | |
Definition at line 36 of file espnow_packet.hpp.
1.8.17