|
Gammu internals
1.38.0
|
#include <gammu-settings.h>
Data Fields | |
| gboolean | Active |
| int | Location |
| char | Name [40 *2] |
| gboolean | DefaultName |
| gboolean | HeadSetProfile |
| gboolean | CarKitProfile |
| int | FeaturesNumber |
| GSM_Profile_Feat_Value | FeatureValue [15] |
| GSM_Profile_Feat_ID | FeatureID [15] |
| gboolean | CallerGroups [5] |
It contains phone profiles
Definition at line 118 of file gammu-settings.h.
| gboolean GSM_Profile::Active |
Definition at line 119 of file gammu-settings.h.
| gboolean GSM_Profile::CallerGroups[5] |
Definition at line 140 of file gammu-settings.h.
Referenced by NOKIA_EncodeDateTime().
| gboolean GSM_Profile::CarKitProfile |
Definition at line 134 of file gammu-settings.h.
| gboolean GSM_Profile::DefaultName |
Is it default name for profile ?
Definition at line 132 of file gammu-settings.h.
Referenced by NOKIA_EncodeDateTime().
| GSM_Profile_Feat_ID GSM_Profile::FeatureID[15] |
Definition at line 138 of file gammu-settings.h.
Referenced by NOKIA_EncodeDateTime().
| int GSM_Profile::FeaturesNumber |
Definition at line 136 of file gammu-settings.h.
Referenced by NOKIA_EncodeDateTime().
| GSM_Profile_Feat_Value GSM_Profile::FeatureValue[15] |
Definition at line 137 of file gammu-settings.h.
Referenced by NOKIA_EncodeDateTime().
| gboolean GSM_Profile::HeadSetProfile |
Definition at line 133 of file gammu-settings.h.
| int GSM_Profile::Location |
Profile number
Definition at line 124 of file gammu-settings.h.
Referenced by NOKIA_EncodeDateTime().
| char GSM_Profile::Name[40 *2] |