nRF51 SDK
|
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 |
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).