|
Gammu API
1.38.0
|
#include <gammu-limits.h>#include <gammu-types.h>#include <gammu-error.h>#include <gammu-statemachine.h>#include <stdio.h>Go to the source code of this file.
Data Structures | |
| struct | GSM_BinaryPicture |
| struct | GSM_Bitmap |
| struct | GSM_MultiBitmap |
Functions | |
| GSM_Error | GSM_GetBitmap (GSM_StateMachine *s, GSM_Bitmap *Bitmap) |
| GSM_Error | GSM_SetBitmap (GSM_StateMachine *s, GSM_Bitmap *Bitmap) |
| void | GSM_PrintBitmap (FILE *file, GSM_Bitmap *bitmap) |
| GSM_Error | GSM_SaveBitmapFile (char *FileName, GSM_MultiBitmap *bitmap) |
| GSM_Error | GSM_ReadBitmapFile (char *FileName, GSM_MultiBitmap *bitmap) |
| gboolean | GSM_IsPointBitmap (GSM_Bitmap *bmp, int x, int y) |
| void | GSM_SetPointBitmap (GSM_Bitmap *bmp, int x, int y) |
| void | GSM_ClearPointBitmap (GSM_Bitmap *bmp, int x, int y) |
| void | GSM_ClearBitmap (GSM_Bitmap *bmp) |
| GSM_Error | GSM_GetScreenshot (GSM_StateMachine *s, GSM_BinaryPicture *picture) |
Bitmap data and functions.
Definition in file gammu-bitmap.h.