nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ser_hal_transport_evt_rx_pkt_received_params_t Struct Reference

A struct containing parameters of the event of type SER_HAL_TRANSP_EVT_RX_PKT_RECEIVED. More...

#include <ser_hal_transport.h>

Data Fields

uint8_t * p_buffer
 
uint16_t num_of_bytes
 

Detailed Description

A struct containing parameters of the event of type SER_HAL_TRANSP_EVT_RX_PKT_RECEIVED.

Field Documentation

uint16_t ser_hal_transport_evt_rx_pkt_received_params_t::num_of_bytes

Length of a received packet in octets.

uint8_t* ser_hal_transport_evt_rx_pkt_received_params_t::p_buffer

Pointer to a buffer containing a packet to read.