OSAPI  0.29
Open System API
osapi_fs_file_info_S Struct Reference

Structure containing the C/POSIX file pointer/handler information. More...

#include <fs_posix_type_file.h>

Data Fields

t_fs_ostate state
 Current state.
 
bool isBuffered
 Which open was used? Buffered or not?
 
int descriptor
 File descriptor (raw)
 
FILE * handle
 File descriptor (stream oriented)
 
t_size block_size
 File block size for buffered operations.
 

Detailed Description

Structure containing the C/POSIX file pointer/handler information.


The documentation for this struct was generated from the following file: