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