nRF51 SDK v9.0.0
Data Fields
dfu_data_packet_t Struct Reference

Structure holding a bootloader init/data packet received. More...

#include <dfu_types.h>

Data Fields

uint32_t packet_length
 
uint32_t * p_data_packet
 

Detailed Description

Structure holding a bootloader init/data packet received.

Field Documentation

uint32_t* dfu_data_packet_t::p_data_packet

Data Packet received. Each data is a word size entry.

uint32_t dfu_data_packet_t::packet_length

Packet length of the data packet. Each data is word size, meaning length of 4 is 4 words, not bytes.


This document was last updated on Thu Jul 9 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.