Loading...
Searching...
No Matches
nrfmin_pkt_t Union Reference

In-memory structure of a nrfmin radio packet. More...

Detailed Description

In-memory structure of a nrfmin radio packet.

Definition at line 128 of file nrfmin.h.

#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
 

Field Documentation

◆ hdr

nrfmin_hdr_t nrfmin_pkt_t::hdr

the nrfmin header

Definition at line 130 of file nrfmin.h.

◆ payload

uint8_t nrfmin_pkt_t::payload[NRFMIN_PAYLOAD_MAX]

actual payload

Definition at line 131 of file nrfmin.h.

◆ raw

uint8_t nrfmin_pkt_t::raw[NRFMIN_PKT_MAX]

raw packet access

Definition at line 133 of file nrfmin.h.


The documentation for this union was generated from the following file: