#include <network.h>
Data Fields | |
| uint8_t | pdu |
| Network protocol data unit. (NPDU_*). | |
| uint8_t | rat |
| Reply address type. Use this value for net_requ_t::src if you send a reply. (AT_*). | |
| net_addr_t | src |
| Source address. | |
Contains network layer information of a received packet.
Definition at line 72 of file network.h.
1.3.3