| 
    Gammu API
    1.38.0
    
   | 
 
#include <gammu-bitmap.h>
Data Fields | |
| GSM_Bitmap_Types | Type | 
| unsigned char | Location | 
| unsigned char | Text [2 *(GSM_BITMAP_TEXT_LENGTH+1)] | 
| gboolean | BitmapEnabled | 
| gboolean | DefaultName | 
| gboolean | DefaultBitmap | 
| gboolean | DefaultRingtone | 
| unsigned char | RingtoneID | 
| gboolean | FileSystemRingtone | 
| int | PictureID | 
| gboolean | FileSystemPicture | 
| unsigned char | BitmapPoints [GSM_BITMAP_SIZE] | 
| size_t | BitmapHeight | 
| size_t | BitmapWidth | 
| char | NetworkCode [10] | 
| unsigned char | Sender [2 *(GSM_MAX_NUMBER_LENGTH+1)] | 
| unsigned char | ID | 
| GSM_BinaryPicture | BinaryPic | 
| unsigned char | Name [2 *(GSM_BITMAP_TEXT_LENGTH+1)] | 
Structure for all possible bitmaps, which are not saved in various filesystems
Definition at line 103 of file gammu-bitmap.h.
| GSM_BinaryPicture GSM_Bitmap::BinaryPic | 
For binary pictures (GIF, BMP, etc.): frame and length
Definition at line 172 of file gammu-bitmap.h.
| gboolean GSM_Bitmap::BitmapEnabled | 
For caller group logo: TRUE, when logo is enabled in group
Definition at line 122 of file gammu-bitmap.h.
| size_t GSM_Bitmap::BitmapHeight | 
For mono bitmaps: height specified in pixels
Definition at line 152 of file gammu-bitmap.h.
| unsigned char GSM_Bitmap::BitmapPoints[GSM_BITMAP_SIZE] | 
For mono bitmaps: body of bitmap
Definition at line 148 of file gammu-bitmap.h.
| size_t GSM_Bitmap::BitmapWidth | 
For mono bitmaps: width specified in pixels
Definition at line 156 of file gammu-bitmap.h.
| gboolean GSM_Bitmap::DefaultBitmap | 
For caller group logo: TRUE, when group has default bitmap
Definition at line 130 of file gammu-bitmap.h.
| gboolean GSM_Bitmap::DefaultName | 
For caller group logo: TRUE, when group has default name
Definition at line 126 of file gammu-bitmap.h.
| gboolean GSM_Bitmap::DefaultRingtone | 
For caller group logo: TRUE, when group has default ringtone
Definition at line 134 of file gammu-bitmap.h.
| gboolean GSM_Bitmap::FileSystemPicture | 
Definition at line 144 of file gammu-bitmap.h.
| gboolean GSM_Bitmap::FileSystemRingtone | 
Definition at line 139 of file gammu-bitmap.h.
| unsigned char GSM_Bitmap::ID | 
For colour bitmaps: ID
Definition at line 168 of file gammu-bitmap.h.
| unsigned char GSM_Bitmap::Location | 
For caller group logos: number of group For startup logos: number of animated bitmap
Definition at line 112 of file gammu-bitmap.h.
| unsigned char GSM_Bitmap::Name[2 *(GSM_BITMAP_TEXT_LENGTH+1)] | 
Bitmap name
Definition at line 176 of file gammu-bitmap.h.
| char GSM_Bitmap::NetworkCode[10] | 
For operator logos: Network operator code
Definition at line 160 of file gammu-bitmap.h.
| int GSM_Bitmap::PictureID | 
For caller group logo: picture ID. Phone model specific
Definition at line 143 of file gammu-bitmap.h.
| unsigned char GSM_Bitmap::RingtoneID | 
For caller group logo: ringtone ID. Phone model specific
Definition at line 138 of file gammu-bitmap.h.
| unsigned char GSM_Bitmap::Sender[2 *(GSM_MAX_NUMBER_LENGTH+1)] | 
For picture images: number of sender
Definition at line 164 of file gammu-bitmap.h.
| unsigned char GSM_Bitmap::Text[2 *(GSM_BITMAP_TEXT_LENGTH+1)] | 
For dealer/welcome note text: text For caller group logo: name of group For picture images: text assigned to it
Definition at line 118 of file gammu-bitmap.h.
| GSM_Bitmap_Types GSM_Bitmap::Type | 
For all: bitmap type
Definition at line 107 of file gammu-bitmap.h.