Header format used for our custom nrfmin link layer.
More...
Header format used for our custom nrfmin link layer.
Definition at line 114 of file nrfmin.h.
#include <nrfmin.h>
|
| 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
|
| |
◆ dst_addr
| uint16_t nrfmin_hdr_t::dst_addr |
destination address
Definition at line 117 of file nrfmin.h.
◆ len
| uint8_t nrfmin_hdr_t::len |
packet length, including this header
Definition at line 115 of file nrfmin.h.
◆ proto
| uint8_t nrfmin_hdr_t::proto |
protocol of payload
Definition at line 118 of file nrfmin.h.
◆ src_addr
| uint16_t nrfmin_hdr_t::src_addr |
source address of the packet
Definition at line 116 of file nrfmin.h.
The documentation for this struct was generated from the following file: