#include <gammu-bitmap.h>

Data Fields | |
| GSM_Bitmap_Types | Type |
| unsigned char | Location |
| unsigned char | Text [2 *(GSM_BITMAP_TEXT_LENGTH+1)] |
| bool | BitmapEnabled |
| bool | DefaultName |
| bool | DefaultBitmap |
| bool | DefaultRingtone |
| unsigned char | RingtoneID |
| bool | FileSystemRingtone |
| int | PictureID |
| bool | FileSystemPicture |
| unsigned char | BitmapPoints [GSM_BITMAP_SIZE] |
| size_t | BitmapHeight |
| size_t | BitmapWidth |
| char | NetworkCode [7] |
| unsigned char | Sender [2 *(GSM_MAX_NUMBER_LENGTH+1)] |
| unsigned char | ID |
| GSM_BinaryPicture | BinaryPic |
| char * | Name |
Definition at line 99 of file gammu-bitmap.h.
For all: bitmap type
Definition at line 103 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 108 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 114 of file gammu-bitmap.h.
For caller group logo: true, when logo is enabled in group
Definition at line 118 of file gammu-bitmap.h.
For caller group logo: true, when group has default name
Definition at line 122 of file gammu-bitmap.h.
For caller group logo: true, when group has default bitmap
Definition at line 126 of file gammu-bitmap.h.
For caller group logo: true, when group has default ringtone
Definition at line 130 of file gammu-bitmap.h.
| unsigned char GSM_Bitmap::RingtoneID |
For caller group logo: ringtone ID. Phone model specific
Definition at line 134 of file gammu-bitmap.h.
Definition at line 135 of file gammu-bitmap.h.
For caller group logo: picture ID. Phone model specific
Definition at line 139 of file gammu-bitmap.h.
Definition at line 140 of file gammu-bitmap.h.
| unsigned char GSM_Bitmap::BitmapPoints[GSM_BITMAP_SIZE] |
For mono bitmaps: body of bitmap
Definition at line 144 of file gammu-bitmap.h.
| size_t GSM_Bitmap::BitmapHeight |
For mono bitmaps: height specified in pixels
Definition at line 148 of file gammu-bitmap.h.
| size_t GSM_Bitmap::BitmapWidth |
For mono bitmaps: width specified in pixels
Definition at line 152 of file gammu-bitmap.h.
| char GSM_Bitmap::NetworkCode[7] |
For operator logos: Network operator code
Definition at line 156 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 160 of file gammu-bitmap.h.
| unsigned char GSM_Bitmap::ID |
For colour bitmaps: ID
Definition at line 164 of file gammu-bitmap.h.
For binary pictures (GIF, BMP, etc.): frame and length
Definition at line 168 of file gammu-bitmap.h.
| char* GSM_Bitmap::Name |
Bitmap name
Definition at line 172 of file gammu-bitmap.h.
1.5.6