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