nRF5 SDK v17.1.0
Data Fields
ser_phy_evt_rx_pkt_received_params_t Struct Reference

A struct containing parameters of event of type SER_PHY_EVT_RX_PKT_RECEIVED. More...

#include <ser_phy.h>

Data Fields

uint8_t * p_buffer
 
uint16_t num_of_bytes
 

Detailed Description

A struct containing parameters of event of type SER_PHY_EVT_RX_PKT_RECEIVED.

Field Documentation

uint16_t ser_phy_evt_rx_pkt_received_params_t::num_of_bytes

Length of the received packet in octets.

uint8_t* ser_phy_evt_rx_pkt_received_params_t::p_buffer

Pointer to a buffer containing the received packet.


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

Documentation feedback | Developer Zone | Subscribe | Updated