nRF5 SDK v14.0.0
Data Fields
ble_nus_evt_rx_data_t Struct Reference

Nordic UART Service BLE_NUS_EVT_RX_DATA event data. More...

#include <ble_nus.h>

Data Fields

uint8_t const * p_data
 
uint16_t length
 

Detailed Description

Nordic UART Service BLE_NUS_EVT_RX_DATA event data.

This structure is passed to an event when BLE_NUS_EVT_RX_DATA occurs.

Field Documentation

uint16_t ble_nus_evt_rx_data_t::length

Length of received data.

uint8_t const* ble_nus_evt_rx_data_t::p_data

A pointer to the buffer with received data.


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

Documentation feedback | Developer Zone | Subscribe | Updated