~pete-woods/indicator-network/wapi-lp1597681

« back to all changes in this revision

Viewing changes to src/indicator/nmofono/wwan/qofono-sim-wrapper.h

New Connectivity Service Private API for managing mobile data and SIM cards. Tests. (LP: #1373463)

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    QOfonoSimWrapper(std::shared_ptr<QOfonoSimManager> simmgr);
57
57
    ~QOfonoSimWrapper();
58
58
 
59
 
    QString imsi() const;
 
59
    QString iccid() const;
60
60
    bool present() const;
61
 
    QString mcc() const;
62
 
    QString mnc() const;
63
 
    QStringList phoneNumbers() const;
64
61
    QStringList preferredLanguages() const;
65
62
    bool ready() const;
66
63