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

Data Fields

ulong_union_t file_size
 
uint32_t max_file_size
 
ulong_union_t max_burst_block_size
 
ushort_union_t file_index
 
uint16_t file_crc
 

Field Documentation

ulong_union_t file_size

Size of a file to download when reading, or the size of a partially completed upload when writing.

uint32_t max_file_size

The maximum size of the file specified, this is the file size when reading, and the maximum allowed file size when writing.

ulong_union_t max_burst_block_size

Maximum burst block size.

ushort_union_t file_index

File index.

uint16_t file_crc

CRC (uploads).