1# DataProfileDataInfo 2 3 4## 概述 5 6PDP上下文信息。 7 8**起始版本:** 3.2 9 10**相关模块:**[Ril](_ril_v10.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18| 名称 | 描述 | 19| -------- | -------- | 20| int [serial](#serial) | 请求的序列号 | 21| int [profileId](#profileid) | 数据业务类型号,0表示默认数据业务,1表示彩信数据业务 | 22| int [authenticationType](#authenticationtype) | 鉴权类型 | 23| String [apn](#apn) | 接入点名称 | 24| String [protocol](#protocol) | 网际协议版本 | 25| String [roamingProtocol](#roamingprotocol) | 漫游网际协议版本 | 26| String [userName](#username) | 用户名 | 27| String [password](#password) | 密码 | 28 29 30## 类成员变量说明 31 32 33### apn 34 35``` 36String DataProfileDataInfo::apn 37``` 38**描述** 39接入点名称 40 41 42### authenticationType 43 44``` 45int DataProfileDataInfo::authenticationType 46``` 47**描述** 48鉴权类型 49 50- 0:无 51 52- 1:密码认证协议(PAP) 53 54- 2:质询握手认证协议(CHAP) 55 56 57### password 58 59``` 60String DataProfileDataInfo::password 61``` 62**描述** 63密码 64 65 66### profileId 67 68``` 69int DataProfileDataInfo::profileId 70``` 71**描述** 72数据业务类型号,0表示默认数据业务,1表示彩信数据业务 73 74 75### protocol 76 77``` 78String DataProfileDataInfo::protocol 79``` 80**描述** 81网际协议版本 82 83 84### roamingProtocol 85 86``` 87String DataProfileDataInfo::roamingProtocol 88``` 89**描述** 90漫游网际协议版本 91 92 93### serial 94 95``` 96int DataProfileDataInfo::serial 97``` 98**描述** 99请求的序列号 100 101 102### userName 103 104``` 105String DataProfileDataInfo::userName 106``` 107**描述** 108用户名 109