File¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_JADFindData” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_JADFindData(GSM_File *, char *, char *, char *, char *, int *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_ReadFile” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_ReadFile(const char *, GSM_File *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_IdentifyFileFormat” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void GSM_IdentifyFileFormat(GSM_File *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_GetNextFileFolder” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_GetNextFileFolder(GSM_StateMachine *, GSM_File *, gboolean)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_GetFolderListing” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_GetFolderListing(GSM_StateMachine *, GSM_File *, gboolean)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_GetNextRootFolder” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_GetNextRootFolder(GSM_StateMachine *, GSM_File *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_SetFileAttributes” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_SetFileAttributes(GSM_StateMachine *, GSM_File *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_GetFilePart” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_GetFilePart(GSM_StateMachine *, GSM_File *, int *, int *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_AddFilePart” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_AddFilePart(GSM_StateMachine *, GSM_File *, int *, int *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_SendFilePart” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_SendFilePart(GSM_StateMachine *, GSM_File *, int *, int *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_GetFileSystemStatus” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_GetFileSystemStatus(GSM_StateMachine *, GSM_FileSystemStatus *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_DeleteFile” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_DeleteFile(GSM_StateMachine *, unsigned char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_AddFolder” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_AddFolder(GSM_StateMachine *, GSM_File *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_DeleteFolder” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_DeleteFolder(GSM_StateMachine *, unsigned char *)
-
struct
GSM_FileSystemStatus Status of filesystem.
- GSM_FileType enum
File type identifier.
Values:
GSM_File_Other= = 1-GSM_File_Java_JAR-GSM_File_Image_JPG-GSM_File_Image_BMP-GSM_File_Image_GIF-GSM_File_Image_PNG-GSM_File_Image_WBMP-GSM_File_Video_3GP-GSM_File_Sound_AMR-GSM_File_Sound_NRT-DCT4 binary format
GSM_File_Sound_MIDI-GSM_File_MMS-GSM_File_INVALID-
-
struct
GSM_File Structure for holding file information and data.
Public Members
-
size_t
Used How many bytes are used.
-
unsigned char
Name[2 *(GSM_MAX_FILENAME_LENGTH+1)] Name in Unicode
-
gboolean
Folder True, when folder
-
int
Level How much file is nested on filesystem.
-
GSM_FileType
Type Type of file.
-
unsigned char
ID_FullName[2 *(GSM_MAX_FILENAME_ID_LENGTH+1)] ID in Unicode
-
unsigned char *
Buffer Pointer to file data.
-
GSM_DateTime
Modified Last modification date.
-
gboolean
ModifiedEmpty Whether modification date is empty.
-
gboolean
Protected Protected file attribute.
-
gboolean
ReadOnly Read only file attribute.
-
gboolean
Hidden Hidden file attribute.
-
gboolean
System System file attribute.
-
size_t