Gammu internals
1.38.0
|
#include <gammu-info.h>
Data Fields | |
const char * | model |
const char * | number |
const char * | irdamodel |
GSM_Feature | features [GSM_MAX_PHONE_FEATURES+1] |
Model identification, used for finding phone features.
Definition at line 760 of file gammu-info.h.
GSM_Feature GSM_PhoneModel::features[GSM_MAX_PHONE_FEATURES+1] |
List of supported features
Definition at line 776 of file gammu-info.h.
Referenced by GetModelData(), GSM_AddPhoneFeature(), GSM_IsPhoneFeatureAvailable(), and GSM_RegisterAllPhoneModules().
const char* GSM_PhoneModel::irdamodel |
Model as used over IrDA
Definition at line 772 of file gammu-info.h.
const char* GSM_PhoneModel::model |
Model as returned by phone
Definition at line 764 of file gammu-info.h.
Referenced by GSM_RegisterAllPhoneModules(), and GSM_RegisterModule().
const char* GSM_PhoneModel::number |
Identification by Gammu
Definition at line 768 of file gammu-info.h.