This commit was generated by cvs2svn to compensate for changes in r134,
[gnokii.git] / include / gsm-api.h
index 7f45115..fa655b4 100644 (file)
@@ -227,19 +227,14 @@ typedef struct {
 
 typedef struct {
                
-  char *FBUSModels; /* Models covered by this type, pipe '|' delimited. */
-  
-  char *MBUSModels; /* Models covered by this type, pipe '|' delimited. */
-
-  char *InfraredModels; /* Models covered by this type, pipe '|' delimited. */
-  
-  char *DLR3Models; /* Models covered by this type, pipe '|' delimited. */
-
-  char *ATModels; /* Models covered by this type, pipe '|' delimited. */
-
-  char *IrdaModels; /* Models covered by this type, pipe '|' delimited. */
-
-  char *TekramModels; /* Models covered by this type, pipe '|' delimited. */  
+  char *FBUSModels;     /* Models covered by this type, pipe '|' delimited. */  
+  char *MBUSModels;     /* Models covered by this type, pipe '|' delimited. */
+  char *InfraredModels; /* Models covered by this type, pipe '|' delimited. */  
+  char *DLR3Models;     /* Models covered by this type, pipe '|' delimited. */
+  char *ATModels;       /* Models covered by this type, pipe '|' delimited. */
+  char *IrdaModels;     /* Models covered by this type, pipe '|' delimited. */
+  char *TekramModels;   /* Models covered by this type, pipe '|' delimited. */  
+  char *FBUS3110Models; /* Models covered by this type, pipe '|' delimited. */  
   
 /* Minimum and maximum levels for RF signal strength. Units are as per the
    setting of RFLevelUnits.  The setting of RFLevelUnits indicates the 
@@ -444,7 +439,7 @@ bool CheckModel (GSM_Information InfoToCheck, char *model, GSM_ConnectionType co
 char *GetMygnokiiVersion();
 
 typedef enum {
-  F_CAL61=0,/*Calendar in 6110 style - 4 types,...*/
+  F_CAL61=1,/*Calendar in 6110 style - 4 types,...*/
   F_CAL33,  /*Calendar in 3310 style - 10 reminders, Unicode, 3 coding types*/
   F_CAL71,  /*Calendar in 7110 style - 4 types, recurrance, etc.*/
 
@@ -456,8 +451,8 @@ typedef enum {
   F_DATA61, /*We can make data calls using gnokiid. Like in 6110*/
   F_DATA71, /*Datacalls using AT commands*/
 
-  F_SMS,    /*SMS with Inbox, Outbox*/
-  F_SMS71,  /*SMS with SMS folders like in 7110*/ /*10*/
+  F_SMS,    /*SMS with Inbox, Outbox*/ /*10*/
+  F_SMS71,  /*SMS with SMS folders like in 7110*/ 
 
   F_AUTH,   /*We can make authentication and have "Accessory connected" like in 6110*/
   F_NETMON, /*Netmonitor available*/ 
@@ -467,9 +462,9 @@ typedef enum {
   F_SPEED,  /*We can handle speed dials*/
   F_SCRSAV, /*We have screen savers*/
   F_DTMF,   /*We can handle DTMF sequences*/
-  F_NOPOWER,/*We must get power/battery info from netmonitor*/
+  F_NOPOWER,/*We must get power/battery info from netmonitor*/ /*20*/
 
-  F_STANIM, /*Startup logo animated or static*/ /*20*/
+  F_STANIM, /*Startup logo animated or static*/ 
   F_STA   , /*Startup logo static*/
   F_STA62 , /*Startup logo static size 6210*/ 
   F_STA71 , /*Startup logo static size 7110*/
@@ -481,7 +476,7 @@ typedef enum {
   F_RING_SM,/*Binary ringtone in Smart Messaging*/
   F_RINGBIN,/*Binary ringtone in binary format*/
 
-  F_WAP     /*WAP functions available*/
+  F_WAP     /*WAP functions available*/ /*30*/
 } feat_index;
 
 typedef enum {