SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
All Classes Files Functions Variables Typedefs Enumerations
Public Attributes | List of all members
SPSP::LocalLayers::ESPNOW::PacketPayload Struct Reference

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)
 

Detailed Description

Definition at line 36 of file espnow_packet.hpp.


The documentation for this struct was generated from the following file: