In-memory structure of a nrfmin radio packet. More...
#include <nrfmin.h>
Data Fields | ||
struct { | ||
nrfmin_hdr_t hdr | ||
the nrfmin header More... | ||
uint8_t payload [NRFMIN_PAYLOAD_MAX] | ||
actual payload More... | ||
} | pkt | |
typed packet access | ||
uint8_t | raw [NRFMIN_PKT_MAX] | |
raw packet access | ||
nrfmin_hdr_t nrfmin_pkt_t::hdr |
uint8_t nrfmin_pkt_t::payload[NRFMIN_PAYLOAD_MAX] |
uint8_t nrfmin_pkt_t::raw[NRFMIN_PKT_MAX] |