gammu-statemachine.h (gammu-1.41.0.tar.bz2) | : | gammu-statemachine.h (gammu-1.42.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 114 | skipping to change at line 114 | |||
*/ | */ | |||
char TextMemo[32]; | char TextMemo[32]; | |||
/** | /** | |||
* Phone features override. | * Phone features override. | |||
*/ | */ | |||
GSM_Feature PhoneFeatures[GSM_MAX_PHONE_FEATURES + 1]; | GSM_Feature PhoneFeatures[GSM_MAX_PHONE_FEATURES + 1]; | |||
/** | /** | |||
* Used to override default CNMI arguments for generic | * Used to override default CNMI arguments for generic | |||
* AT protocol. | * AT protocol. | |||
*/ | */ | |||
int CNMIParams[4]; | int CNMIParams[5]; | |||
} GSM_Config; | } GSM_Config; | |||
/** | /** | |||
* Connection types definitions. | * Connection types definitions. | |||
*/ | */ | |||
typedef enum { | typedef enum { | |||
GCT_MBUS2 = 1, | GCT_MBUS2 = 1, | |||
GCT_FBUS2, | GCT_FBUS2, | |||
GCT_FBUS2DLR3, | GCT_FBUS2DLR3, | |||
GCT_DKU2AT, | GCT_DKU2AT, | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |