zos_file_descriptor_t Struct Reference

Information about a file opened for reading or writing. More...

Data Fields

uint32_t first_sector
 The start sector of the file.
 
uint32_t position
 The current read position of the file.
 
uint32_t file_size
 The size in bytes of the file's data.
 
uint32_t data_start_addr
 The physical start address (within the first sector) of the file's data.
 
uint16_t current_sector
 The current file sector at which data is being read.
 
uint16_t current_sector_position
 The position with the current sector at which data is being read.
 

Detailed Description

Information about a file opened for reading or writing.

Examples:
basic/json_parser/parse_example2.c, and basic/json_parser/parse_example9.c.