Searched defs:PdpProfile (Results 1 – 1 of 1) sorted by relevance
121 struct PdpProfile { struct122 int profileId = 0;124 std::string mcc = "";125 std::string mnc = "";126 std::string apn = "";127 int authType = 0;129 std::string authPwd = "";131 int isRoamingApn = 1;132 std::string homeUrl = "";140 int edited = 0;[all …]