|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
Action frame with vendor specific content. More...
#include <espnow_packet_ieee80211.hpp>

Public Attributes | |
| uint8_t | type = FRAME_TYPE_ACTION |
| uint8_t | flags = 0x00 |
| uint16_t | dur = 0x0000 |
| uint8_t | dst [6] |
| uint8_t | src [6] |
| uint8_t | bssid [6] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF} |
| uint16_t | seq = 0x0000 |
| uint8_t | cat = 0x7F |
| uint8_t | oui [3] = {0x18, 0xFE, 0x34} |
| uint8_t | random [4] |
| VendorSpecificContent | content |
Action frame with vendor specific content.
Definition at line 89 of file espnow_packet_ieee80211.hpp.
1.8.17