1# ServiceCenterAddress
2
3
4## 概述
5
6短信中心地址信息。
7
8**起始版本:** 3.2
9
10**相关模块:**[Ril](_ril_v11.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| int [serial](#serial) | 请求的序列号  |
21| int [tosca](#tosca) | 短信中心地址类型,参考3GPP TS 24.011 [6]  |
22| String [address](#address) | 短信中心地址,参考3GPP TS 24.011 [6]  |
23
24
25## 类成员变量说明
26
27
28### address
29
30```
31String ServiceCenterAddress::address
32```
33**描述**
34
35短信中心地址,参考3GPP TS 24.011 [6]
36
37
38### serial
39
40```
41int ServiceCenterAddress::serial
42```
43**描述**
44
45请求的序列号
46
47
48### tosca
49
50```
51int ServiceCenterAddress::tosca
52```
53**描述**
54
55短信中心地址类型,参考3GPP TS 24.011 [6]
56