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