OpenOCD
fileio Struct Reference

Data Fields

enum fileio_access access
 
FILE * file
 
size_t size
 
enum fileio_type type
 
char * url
 

Detailed Description

Definition at line 23 of file helper/fileio.c.

Field Documentation

◆ access

enum fileio_access fileio::access

Definition at line 25 of file helper/fileio.c.

Referenced by fileio_open(), and fileio_open_local().

◆ file

◆ size

size_t fileio::size

Definition at line 25 of file helper/fileio.c.

Referenced by fileio_open_local(), fileio_size(), and fileio_write().

◆ type

enum fileio_type fileio::type

Definition at line 25 of file helper/fileio.c.

Referenced by fileio_open(), and fileio_open_local().

◆ url


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