Gammu internals  1.38.0
GSM_File Struct Reference

#include <gammu-file.h>

Collaboration diagram for GSM_File:

Data Fields

size_t Used
 
unsigned char Name [2 *(GSM_MAX_FILENAME_LENGTH+1)]
 
gboolean Folder
 
int Level
 
GSM_FileType Type
 
unsigned char ID_FullName [2 *(GSM_MAX_FILENAME_ID_LENGTH+1)]
 
unsigned char * Buffer
 
GSM_DateTime Modified
 
gboolean ModifiedEmpty
 
gboolean Protected
 
gboolean ReadOnly
 
gboolean Hidden
 
gboolean System
 

Detailed Description

Structure for holding file information and data.

Definition at line 66 of file gammu-file.h.

Field Documentation

§ Buffer

§ Folder

gboolean GSM_File::Folder

True, when folder

Definition at line 78 of file gammu-file.h.

Referenced by DUMMY_GetFolderListing(), DUMMY_GetNextFileFolder(), and GSM_ReadFile().

§ Hidden

gboolean GSM_File::Hidden

Hidden file attribute.

Definition at line 115 of file gammu-file.h.

Referenced by DUMMY_GetFolderListing(), DUMMY_GetNextFileFolder(), and GSM_ReadFile().

§ ID_FullName

unsigned char GSM_File::ID_FullName[2 *(GSM_MAX_FILENAME_ID_LENGTH+1)]

§ Level

int GSM_File::Level

How much file is nested on filesystem.

Definition at line 82 of file gammu-file.h.

Referenced by DUMMY_GetFilePart(), DUMMY_GetFolderListing(), DUMMY_GetNextFileFolder(), and GSM_ReadFile().

§ Modified

GSM_DateTime GSM_File::Modified

Last modification date.

Definition at line 98 of file gammu-file.h.

Referenced by DUMMY_GetFolderListing(), DUMMY_GetNextFileFolder(), and GSM_ReadFile().

§ ModifiedEmpty

gboolean GSM_File::ModifiedEmpty

Whether modification date is empty.

Definition at line 102 of file gammu-file.h.

Referenced by DUMMY_GetFolderListing(), DUMMY_GetNextFileFolder(), and GSM_ReadFile().

§ Name

§ Protected

gboolean GSM_File::Protected

Protected file attribute.

Definition at line 107 of file gammu-file.h.

Referenced by DUMMY_GetFolderListing(), DUMMY_GetNextFileFolder(), and GSM_ReadFile().

§ ReadOnly

gboolean GSM_File::ReadOnly

Read only file attribute.

Definition at line 111 of file gammu-file.h.

Referenced by DUMMY_GetFolderListing(), DUMMY_GetNextFileFolder(), and GSM_ReadFile().

§ System

gboolean GSM_File::System

System file attribute.

Definition at line 119 of file gammu-file.h.

Referenced by DUMMY_GetFolderListing(), DUMMY_GetNextFileFolder(), and GSM_ReadFile().

§ Type

GSM_FileType GSM_File::Type

Type of file.

Definition at line 86 of file gammu-file.h.

Referenced by DUMMY_GetFolderListing(), DUMMY_GetNextFileFolder(), and GSM_IdentifyFileFormat().

§ Used


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