nRF51 SDK
|
ANT-FS download/upload request context. More...
#include <antfs.h>
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 |
ANT-FS download/upload request context.
uint16_t antfs_request_info_t::file_crc |
CRC (uploads).
ushort_union_t antfs_request_info_t::file_index |
File index.
ulong_union_t antfs_request_info_t::file_size |
Size of a file to download when reading, or the size of a partially completed upload when writing.
ulong_union_t antfs_request_info_t::max_burst_block_size |
Maximum burst block size.
uint32_t antfs_request_info_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.