nRF5 IoT SDK
v0.9.0
|
Event parameters associated with the IPV6_EVT_INTERFACE_RX_DATA event. More...
#include <ipv6_api.h>
Data Fields | |
ipv6_header_t * | p_ip_header |
iot_pbuffer_t * | p_rx_packet |
Event parameters associated with the IPV6_EVT_INTERFACE_RX_DATA event.
ipv6_header_t* ipv6_data_rx_t::p_ip_header |
IPv6 header of the packet.
iot_pbuffer_t* ipv6_data_rx_t::p_rx_packet |
Packet buffer contains received data.