Loading...
Searching...
No Matches
nrfmin_hdr_t Struct Reference

Header format used for our custom nrfmin link layer. More...

Detailed Description

Header format used for our custom nrfmin link layer.

Definition at line 118 of file nrfmin.h.

#include <nrfmin.h>

Data Fields

uint8_t len
 packet length, including this header
 
uint16_t src_addr
 source address of the packet
 
uint16_t dst_addr
 destination address
 
uint8_t proto
 protocol of payload
 

Field Documentation

◆ dst_addr

uint16_t nrfmin_hdr_t::dst_addr

destination address

Definition at line 121 of file nrfmin.h.

◆ len

uint8_t nrfmin_hdr_t::len

packet length, including this header

Definition at line 119 of file nrfmin.h.

◆ proto

uint8_t nrfmin_hdr_t::proto

protocol of payload

Definition at line 122 of file nrfmin.h.

◆ src_addr

uint16_t nrfmin_hdr_t::src_addr

source address of the packet

Definition at line 120 of file nrfmin.h.


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