qtinternetradio/irqnetworkcontroller/inc/irqnetworkcontrollerbody.h
changeset 11 f683e24efca3
parent 0 09774dfdd46b
equal deleted inserted replaced
8:3b03c28289e6 11:f683e24efca3
    51     /**
    51     /**
    52      *  Return the IAP Id of the chosen IAP
    52      *  Return the IAP Id of the chosen IAP
    53      *  @return int Error code
    53      *  @return int Error code
    54      */
    54      */
    55     IRQError getIAPId(unsigned long& aIapId) const;
    55     IRQError getIAPId(unsigned long& aIapId) const;
    56 
       
    57     /**
       
    58      *  Returns the list of available access points
       
    59      *  @return QStringList &aList specifying the access point names
       
    60      */
       
    61     void getAccessPointList(QStringList &aList);
       
    62 
       
    63     /**
       
    64      *  Returns the list of iap ids for available access points
       
    65      *  @return QList<unsigned long> &aList specifying the iap ids
       
    66      */
       
    67     void getApIdList(QList<unsigned long> &aList);
       
    68 
       
    69     /**
       
    70      *  Returns the list of bearer ids for available access points
       
    71      *  @return QList<unsigned long> &aList specifying the bearer ids
       
    72      */
       
    73     void getBearerList(QList<unsigned long> &aList);
       
    74 
       
    75     /**
       
    76      *  Returns the list of network ids for available access points
       
    77      *  @return QList<unsigned long> &aList specifying the network ids
       
    78      */
       
    79     void getNetworkList(QList<unsigned long> &aList);
       
    80     
    56     
    81     /**
    57     /**
    82      *  Configure the Access Point which is used by all the components for network connectivity
    58      *  Configure the Access Point which is used by all the components for network connectivity
    83      */
    59      */
    84     void  chooseAccessPoint();
    60     void  chooseAccessPoint();