M5Unit-RF433 0.1.0 git rev:5415b86
Loading...
Searching...
No Matches
m5::unit::rf433::DecodeResult Struct Reference

Result of decoding a received frame. More...

#include <protocol_codec.hpp>

Public Attributes

communication_identifier_t id {}
 Communication identifier.
 
uint8_t send_count {}
 Send count (for duplicate detection)
 
uint8_t payload_length {}
 Payload length in bytes.
 
uint16_t payload_offset {}
 Offset to payload in decode buffer.
 

Detailed Description

Result of decoding a received frame.