nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
dfu_update_packet_t Struct Reference

Data Fields

uint32_t packet_type
 
uint32_t packet_length
 
uint32_t * p_data_packet
 

Field Documentation

uint32_t packet_type

Packet type, used to identify the content of the received packet referenced by data packet.

uint32_t packet_length

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

uint32_t* p_data_packet

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