|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
Vendor specific content of ESP-NOW. More...
#include <espnow_packet_ieee80211.hpp>
Public Member Functions | |
| void | setPayloadLen (uint8_t payloadLen) |
Calculates correct len based on actual payload length. More... | |
| uint8_t | getPayloadLen () const |
| Calculates actual payload length. More... | |
Public Attributes | |
| uint8_t | elementID = 221 |
| uint8_t | len |
| uint8_t | oui [3] = {0x18, 0xFE, 0x34} |
| uint8_t | type = 0x04 |
| uint8_t | version = 0x01 |
| uint8_t | payload [] |
Vendor specific content of ESP-NOW.
Definition at line 61 of file espnow_packet_ieee80211.hpp.
|
inline |
Calculates actual payload length.
Definition at line 82 of file espnow_packet_ieee80211.hpp.
|
inline |
Calculates correct len based on actual payload length.
| payloadLen | Length of payload |
Definition at line 75 of file espnow_packet_ieee80211.hpp.
1.8.17